#5AAB56

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

Shades of Fruit Salad #5AAB56

Tints of Fruit Salad #5AAB56

Color information

#5AAB56 (or 0x5AAB56) is unknown color: approx Fruit Salad. HEX triplet: 5A, AB and 56. RGB value is (90,171,86). Sum of RGB (Red+Green+Blue) = 90+171+86=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB56 is #A554A9. Grayscale: #898989. Windows color (decimal): -10835114 or 5679962. OLE color: 5679962.

HSL color Cylindrical-coordinate representation of color #5AAB56: hue angle of 117.18º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AAB56 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB9017186-
CMYK0.4700.500.33
HSL117.18º33.6%50.39%-
HSV(B)117.18º49.71%67.06%-
XYZ20.4631.9713.9-
YUV137.0999.1694.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.94%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=25.94%
G=49.28%
B=24.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90171860.4700.500.33117.1833.650.39
Hex5AAB562F03221752232
Octal13225312657062411654262
Binary101101010101011101011010111101100101000011110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,171,86); }

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

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

 a { background-color: rgb(90,171,86); }

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

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

 span { border-color: rgb(90,171,86); }

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