#5AA24F

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

Shades of Fruit Salad #5AA24F

Tints of Fruit Salad #5AA24F

Color information

#5AA24F (or 0x5AA24F) is unknown color: approx Fruit Salad. HEX triplet: 5A, A2 and 4F. RGB value is (90,162,79). Sum of RGB (Red+Green+Blue) = 90+162+79=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 162 (63.67% from 255 or 48.94% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA24F is #A55DB0. Grayscale: #838383. Windows color (decimal): -10837425 or 5218906. OLE color: 5218906.

HSL color Cylindrical-coordinate representation of color #5AA24F: hue angle of 112.05º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AA24F is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB9016279-
CMYK0.4400.510.36
HSL112.05º34.44%47.25%-
HSV(B)112.05º51.23%63.53%-
XYZ18.5528.5811.94-
YUV131.0198.6598.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.19%
GREEN value IS 162 (63.67% from 255) = 48.94%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=27.19%
G=48.94%
B=23.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162790.4400.510.36112.0534.4447.25
Hex5AA24F2C0332470222f
Octal13224211754063441604257
Binary101101010100010100111110110001100111001001110000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,162,79); }

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

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

 a { background-color: rgb(90,162,79); }

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

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

 span { border-color: rgb(90,162,79); }

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