#5AA25F

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

Shades of Fruit Salad #5AA25F

Tints of Fruit Salad #5AA25F

Color information

#5AA25F (or 0x5AA25F) is unknown color: approx Fruit Salad. HEX triplet: 5A, A2 and 5F. RGB value is (90,162,95). Sum of RGB (Red+Green+Blue) = 90+162+95=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA25F is #A55DA0. Grayscale: #858585. Windows color (decimal): -10837409 or 6267482. OLE color: 6267482.

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

Color convert

RGB9016295-
CMYK0.4400.410.36
HSL124.17º28.57%49.41%-
HSV(B)124.17º44.44%63.53%-
XYZ19.228.8415.38-
YUV132.83106.6597.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.94%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=25.94%
G=46.69%
B=27.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162950.4400.410.36124.1728.5749.41
Hex5AA25F2C029247c1d31
Octal13224213754051441743561
Binary10110101010001010111111011000101001100100111110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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