#5AA15B

Color #5AA15B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #5AA15B

Tints of Fruit Salad #5AA15B

Color information

#5AA15B (or 0x5AA15B) is unknown color: approx Fruit Salad. HEX triplet: 5A, A1 and 5B. RGB value is (90,161,91). Sum of RGB (Red+Green+Blue) = 90+161+91=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA15B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA15B is #A55EA4. Grayscale: #848484. Windows color (decimal): -10837669 or 6005082. OLE color: 6005082.

HSL color Cylindrical-coordinate representation of color #5AA15B: hue angle of 120.85º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA15B is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB9016191-
CMYK0.4400.430.37
HSL120.85º28.29%49.22%-
HSV(B)120.85º44.1%63.14%-
XYZ18.8528.4214.39-
YUV131.79104.9898.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 26.32%
GREEN value IS 161 (63.28% from 255) = 47.08%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=26.32%
G=47.08%
B=26.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90161910.4400.430.37120.8528.2949.22
Hex5AA15B2C02B25791c31
Octal13224113354053451713461
Binary10110101010000110110111011000101011100101111100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AA15B; }

 p { color: rgb(90,161,91); }

 H1.HeaderClassName
 {
   color: #5AA15B;
 }
 .AnyTagClassName
 {
   color: #5AA15B;
 }
</style>
background-color css

<style>
 a { background-color: #5AA15B; }

 a { background-color: rgb(90,161,91); }

 div.DivClassName
 {
   background-color: #5AA15B;
 }
 .BgClassName
 {
   background-color: #5AA15B;
 }
</style>
border-color css

<style>
 span { border-color: #5AA15B; }

 span { border-color: rgb(90,161,91); }

 td.TdClassName
 {
   border-color: #5AA15B;
 }
 .TagClassName
 {
   border-color: #5AA15B;
 }
</style>