Shades of Fern #5AB96D
Tints of Fern #5AB96D
RGB
CMYK
RGB Variations
Color information
#5AB96D (or 0x5AB96D) is known color: Fern. HEX triplet: 5A, B9 and 6D. RGB value is (90,185,109). Sum of RGB (Red+Green+Blue) = 90+185+109=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB96D is #A54692. Grayscale: #949494. Windows color (decimal): -10831507 or 7190874. OLE color: 7190874.
HSL color Cylindrical-coordinate representation of color #5AB96D: hue angle of 132º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB96D is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 109 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.27 |
| HSL | 132º | 0.4% | 0.54% | - |
| HSV(B) | 132º | 0.51% | 0.73% | - |
| XYZ | 24.33 | 37.98 | 20.52 | - |
| YUV | 147.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 109 | 0.51 | 0 | 0.41 | 0.27 | 132 | 0.4 | 0.54 |
| Hex | 5A | B9 | 6D | 33 | 0 | 29 | 1B | 84 | 28 | 36 |
| Octal | 132 | 271 | 155 | 63 | 0 | 51 | 33 | 204 | 50 | 66 |
| Binary | 1011010 | 10111001 | 1101101 | 110011 | 0 | 101001 | 11011 | 10000100 | 101000 | 110110 |
Color Harmonies of #5AB96D
Complementary color
Monochromatic Colors of #5AB96D
Black with #5AB96D
Text Example
Text Example
White with #5AB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB96D; }
p { color: rgb(90,185,109); }
H1.HeaderClassName
{
color: #5AB96D;
}
.AnyTagClassName
{
color: #5AB96D;
}
</style>
background-color css
<style>
a { background-color: #5AB96D; }
a { background-color: rgb(90,185,109); }
div.DivClassName
{
background-color: #5AB96D;
}
.BgClassName
{
background-color: #5AB96D;
}
</style>
border-color css
<style>
span { border-color: #5AB96D; }
span { border-color: rgb(90,185,109); }
td.TdClassName
{
border-color: #5AB96D;
}
.TagClassName
{
border-color: #5AB96D;
}
</style>