Shades of Fern #5AB16D
Tints of Fern #5AB16D
RGB
CMYK
RGB Variations
Color information
#5AB16D (or 0x5AB16D) is known color: Fern. HEX triplet: 5A, B1 and 6D. RGB value is (90,177,109). Sum of RGB (Red+Green+Blue) = 90+177+109=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB16D is #A54E92. Grayscale: #8F8F8F. Windows color (decimal): -10833555 or 7188826. OLE color: 7188826.
HSL color Cylindrical-coordinate representation of color #5AB16D: hue angle of 133.1º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB16D is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 109 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.31 |
| HSL | 133.1º | 0.36% | 0.52% | - |
| HSV(B) | 133.1º | 0.49% | 0.69% | - |
| XYZ | 22.7 | 34.72 | 19.97 | - |
| YUV | 143.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 109 | 0.49 | 0 | 0.38 | 0.31 | 133.1 | 0.36 | 0.52 |
| Hex | 5A | B1 | 6D | 31 | 0 | 26 | 1F | 85 | 24 | 34 |
| Octal | 132 | 261 | 155 | 61 | 0 | 46 | 37 | 205 | 44 | 64 |
| Binary | 1011010 | 10110001 | 1101101 | 110001 | 0 | 100110 | 11111 | 10000101 | 100100 | 110100 |
Color Harmonies of #5AB16D
Complementary color
Monochromatic Colors of #5AB16D
Black with #5AB16D
Text Example
Text Example
White with #5AB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB16D; }
p { color: rgb(90,177,109); }
H1.HeaderClassName
{
color: #5AB16D;
}
.AnyTagClassName
{
color: #5AB16D;
}
</style>
background-color css
<style>
a { background-color: #5AB16D; }
a { background-color: rgb(90,177,109); }
div.DivClassName
{
background-color: #5AB16D;
}
.BgClassName
{
background-color: #5AB16D;
}
</style>
border-color css
<style>
span { border-color: #5AB16D; }
span { border-color: rgb(90,177,109); }
td.TdClassName
{
border-color: #5AB16D;
}
.TagClassName
{
border-color: #5AB16D;
}
</style>