Shades of Fern #5AAA64
Tints of Fern #5AAA64
RGB
CMYK
RGB Variations
Color information
#5AAA64 (or 0x5AAA64) is known color: Fern. HEX triplet: 5A, AA and 64. RGB value is (90,170,100). Sum of RGB (Red+Green+Blue) = 90+170+100=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA64 is #A5559B. Grayscale: #8A8A8A. Windows color (decimal): -10835356 or 6597210. OLE color: 6597210.
HSL color Cylindrical-coordinate representation of color #5AAA64: hue angle of 127.5º 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 #5AAA64 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 100 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.33 |
| HSL | 127.5º | 0.32% | 0.51% | - |
| HSV(B) | 127.5º | 0.47% | 0.67% | - |
| XYZ | 20.89 | 31.84 | 17.1 | - |
| YUV | 138.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 100 | 0.47 | 0 | 0.41 | 0.33 | 127.5 | 0.32 | 0.51 |
| Hex | 5A | AA | 64 | 2F | 0 | 29 | 21 | 80 | 20 | 33 |
| Octal | 132 | 252 | 144 | 57 | 0 | 51 | 41 | 200 | 40 | 63 |
| Binary | 1011010 | 10101010 | 1100100 | 101111 | 0 | 101001 | 100001 | 10000000 | 100000 | 110011 |
Color Harmonies of #5AAA64
Complementary color
Monochromatic Colors of #5AAA64
Black with #5AAA64
Text Example
Text Example
White with #5AAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA64; }
p { color: rgb(90,170,100); }
H1.HeaderClassName
{
color: #5AAA64;
}
.AnyTagClassName
{
color: #5AAA64;
}
</style>
background-color css
<style>
a { background-color: #5AAA64; }
a { background-color: rgb(90,170,100); }
div.DivClassName
{
background-color: #5AAA64;
}
.BgClassName
{
background-color: #5AAA64;
}
</style>
border-color css
<style>
span { border-color: #5AAA64; }
span { border-color: rgb(90,170,100); }
td.TdClassName
{
border-color: #5AAA64;
}
.TagClassName
{
border-color: #5AAA64;
}
</style>