#5AAC61

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

Shades of Fern #5AAC61

Tints of Fern #5AAC61

Color information

#5AAC61 (or 0x5AAC61) is unknown color: approx Fern. HEX triplet: 5A, AC and 61. RGB value is (90,172,97). Sum of RGB (Red+Green+Blue) = 90+172+97=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC61 is #A5539E. Grayscale: #8B8B8B. Windows color (decimal): -10834847 or 6401114. OLE color: 6401114.

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

Color convert

RGB9017297-
CMYK0.4800.440.33
HSL125.12º33.06%51.37%-
HSV(B)125.12º47.67%67.45%-
XYZ21.1332.5416.48-
YUV138.93104.3393.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.07%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=25.07%
G=47.91%
B=27.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90172970.4800.440.33125.1233.0651.37
Hex5AAC613002C217d2133
Octal13225414160054411754163
Binary101101010101100110000111000001011001000011111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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