#5AAA61

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

Shades of Fern #5AAA61

Tints of Fern #5AAA61

Color information

#5AAA61 (or 0x5AAA61) is unknown color: approx Fern. HEX triplet: 5A, AA and 61. RGB value is (90,170,97). Sum of RGB (Red+Green+Blue) = 90+170+97=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA61 is #A5559E. Grayscale: #898989. Windows color (decimal): -10835359 or 6400602. OLE color: 6400602.

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

Color convert

RGB9017097-
CMYK0.4700.430.33
HSL125.25º32%50.98%-
HSV(B)125.25º47.06%66.67%-
XYZ20.7531.7916.35-
YUV137.7610593.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 97 (38.28% from 255) = 27.17%
R=25.21%
G=47.62%
B=27.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90170970.4700.430.33125.253250.98
Hex5AAA612F02B217d2033
Octal13225214157053411754063
Binary101101010101010110000110111101010111000011111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,170,97); }

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

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

 a { background-color: rgb(90,170,97); }

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

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

 span { border-color: rgb(90,170,97); }

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