#5AAC55

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

Shades of Fruit Salad #5AAC55

Tints of Fruit Salad #5AAC55

Color information

#5AAC55 (or 0x5AAC55) is unknown color: approx Fruit Salad. HEX triplet: 5A, AC and 55. RGB value is (90,172,85). Sum of RGB (Red+Green+Blue) = 90+172+85=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC55 is #A553AA. Grayscale: #898989. Windows color (decimal): -10834859 or 5614682. OLE color: 5614682.

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

Color convert

RGB9017285-
CMYK0.4800.510.33
HSL116.55º34.39%50.39%-
HSV(B)116.55º50.58%67.45%-
XYZ20.6132.3313.75-
YUV137.5698.3394.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.94%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=25.94%
G=49.57%
B=24.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90172850.4800.510.33116.5534.3950.39
Hex5AAC553003321752232
Octal13225412560063411654262
Binary101101010101100101010111000001100111000011110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,172,85); }

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

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

 a { background-color: rgb(90,172,85); }

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

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

 span { border-color: rgb(90,172,85); }

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