Shades of Fern #59AA65
Tints of Fern #59AA65
RGB
CMYK
RGB Variations
Color information
#59AA65 (or 0x59AA65) is known color: Fern. HEX triplet: 59, AA and 65. RGB value is (89,170,101). Sum of RGB (Red+Green+Blue) = 89+170+101=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AA65 is #A6559A. Grayscale: #8A8A8A. Windows color (decimal): -10900891 or 6662745. OLE color: 6662745.
HSL color Cylindrical-coordinate representation of color #59AA65: hue angle of 128.89º degrees, saturation: 0.32, 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 #59AA65 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 101 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.33 |
| HSL | 128.89º | 0.32% | 0.51% | - |
| HSV(B) | 128.89º | 0.48% | 0.67% | - |
| XYZ | 20.84 | 31.81 | 17.35 | - |
| YUV | 137.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 101 | 0.48 | 0 | 0.41 | 0.33 | 128.89 | 0.32 | 0.51 |
| Hex | 59 | AA | 65 | 30 | 0 | 29 | 21 | 81 | 20 | 33 |
| Octal | 131 | 252 | 145 | 60 | 0 | 51 | 41 | 201 | 40 | 63 |
| Binary | 1011001 | 10101010 | 1100101 | 110000 | 0 | 101001 | 100001 | 10000001 | 100000 | 110011 |
Color Harmonies of #59AA65
Complementary color
Monochromatic Colors of #59AA65
Black with #59AA65
Text Example
Text Example
White with #59AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AA65; }
p { color: rgb(89,170,101); }
H1.HeaderClassName
{
color: #59AA65;
}
.AnyTagClassName
{
color: #59AA65;
}
</style>
background-color css
<style>
a { background-color: #59AA65; }
a { background-color: rgb(89,170,101); }
div.DivClassName
{
background-color: #59AA65;
}
.BgClassName
{
background-color: #59AA65;
}
</style>
border-color css
<style>
span { border-color: #59AA65; }
span { border-color: rgb(89,170,101); }
td.TdClassName
{
border-color: #59AA65;
}
.TagClassName
{
border-color: #59AA65;
}
</style>