Shades of Fern #5AB66D
Tints of Fern #5AB66D
RGB
CMYK
RGB Variations
Color information
#5AB66D (or 0x5AB66D) is known color: Fern. HEX triplet: 5A, B6 and 6D. RGB value is (90,182,109). Sum of RGB (Red+Green+Blue) = 90+182+109=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB66D is #A54992. Grayscale: #929292. Windows color (decimal): -10832275 or 7190106. OLE color: 7190106.
HSL color Cylindrical-coordinate representation of color #5AB66D: hue angle of 132.39º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB66D is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 109 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.29 |
| HSL | 132.39º | 0.39% | 0.53% | - |
| HSV(B) | 132.39º | 0.51% | 0.71% | - |
| XYZ | 23.7 | 36.73 | 20.31 | - |
| YUV | 146.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 109 | 0.51 | 0 | 0.40 | 0.29 | 132.39 | 0.39 | 0.53 |
| Hex | 5A | B6 | 6D | 33 | 0 | 28 | 1D | 84 | 27 | 35 |
| Octal | 132 | 266 | 155 | 63 | 0 | 50 | 35 | 204 | 47 | 65 |
| Binary | 1011010 | 10110110 | 1101101 | 110011 | 0 | 101000 | 11101 | 10000100 | 100111 | 110101 |
Color Harmonies of #5AB66D
Complementary color
Monochromatic Colors of #5AB66D
Black with #5AB66D
Text Example
Text Example
White with #5AB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB66D; }
p { color: rgb(90,182,109); }
H1.HeaderClassName
{
color: #5AB66D;
}
.AnyTagClassName
{
color: #5AB66D;
}
</style>
background-color css
<style>
a { background-color: #5AB66D; }
a { background-color: rgb(90,182,109); }
div.DivClassName
{
background-color: #5AB66D;
}
.BgClassName
{
background-color: #5AB66D;
}
</style>
border-color css
<style>
span { border-color: #5AB66D; }
span { border-color: rgb(90,182,109); }
td.TdClassName
{
border-color: #5AB66D;
}
.TagClassName
{
border-color: #5AB66D;
}
</style>