Shades of Fern #5AAA66
Tints of Fern #5AAA66
RGB
CMYK
RGB Variations
Color information
#5AAA66 (or 0x5AAA66) is known color: Fern. HEX triplet: 5A, AA and 66. RGB value is (90,170,102). Sum of RGB (Red+Green+Blue) = 90+170+102=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA66 is #A55599. Grayscale: #8A8A8A. Windows color (decimal): -10835354 or 6728282. OLE color: 6728282.
HSL color Cylindrical-coordinate representation of color #5AAA66: hue angle of 129º 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 #5AAA66 is Cyan = 0.47, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 102 | - |
| CMYK | 0.47 | 0 | 0.4 | 0.33 |
| HSL | 129º | 0.32% | 0.51% | - |
| HSV(B) | 129º | 0.47% | 0.67% | - |
| XYZ | 20.99 | 31.88 | 17.62 | - |
| YUV | 138.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 102 | 0.47 | 0 | 0.4 | 0.33 | 129 | 0.32 | 0.51 |
| Hex | 5A | AA | 66 | 2F | 0 | 28 | 21 | 81 | 20 | 33 |
| Octal | 132 | 252 | 146 | 57 | 0 | 50 | 41 | 201 | 40 | 63 |
| Binary | 1011010 | 10101010 | 1100110 | 101111 | 0 | 101000 | 100001 | 10000001 | 100000 | 110011 |
Color Harmonies of #5AAA66
Complementary color
Monochromatic Colors of #5AAA66
Black with #5AAA66
Text Example
Text Example
White with #5AAA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA66; }
p { color: rgb(90,170,102); }
H1.HeaderClassName
{
color: #5AAA66;
}
.AnyTagClassName
{
color: #5AAA66;
}
</style>
background-color css
<style>
a { background-color: #5AAA66; }
a { background-color: rgb(90,170,102); }
div.DivClassName
{
background-color: #5AAA66;
}
.BgClassName
{
background-color: #5AAA66;
}
</style>
border-color css
<style>
span { border-color: #5AAA66; }
span { border-color: rgb(90,170,102); }
td.TdClassName
{
border-color: #5AAA66;
}
.TagClassName
{
border-color: #5AAA66;
}
</style>