Shades of Fern #5AB970
Tints of Fern #5AB970
RGB
CMYK
RGB Variations
Color information
#5AB970 (or 0x5AB970) is known color: Fern. HEX triplet: 5A, B9 and 70. RGB value is (90,185,112). Sum of RGB (Red+Green+Blue) = 90+185+112=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB970 is #A5468F. Grayscale: #949494. Windows color (decimal): -10831504 or 7387482. OLE color: 7387482.
HSL color Cylindrical-coordinate representation of color #5AB970: hue angle of 133.89º 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 #5AB970 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 112 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.27 |
| HSL | 133.89º | 0.4% | 0.54% | - |
| HSV(B) | 133.89º | 0.51% | 0.73% | - |
| XYZ | 24.49 | 38.04 | 21.38 | - |
| YUV | 148.27 | 107.53 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 112 | 0.51 | 0 | 0.39 | 0.27 | 133.89 | 0.4 | 0.54 |
| Hex | 5A | B9 | 70 | 33 | 0 | 27 | 1B | 86 | 28 | 36 |
| Octal | 132 | 271 | 160 | 63 | 0 | 47 | 33 | 206 | 50 | 66 |
| Binary | 1011010 | 10111001 | 1110000 | 110011 | 0 | 100111 | 11011 | 10000110 | 101000 | 110110 |
Color Harmonies of #5AB970
Complementary color
Monochromatic Colors of #5AB970
Black with #5AB970
Text Example
Text Example
White with #5AB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB970; }
p { color: rgb(90,185,112); }
H1.HeaderClassName
{
color: #5AB970;
}
.AnyTagClassName
{
color: #5AB970;
}
</style>
background-color css
<style>
a { background-color: #5AB970; }
a { background-color: rgb(90,185,112); }
div.DivClassName
{
background-color: #5AB970;
}
.BgClassName
{
background-color: #5AB970;
}
</style>
border-color css
<style>
span { border-color: #5AB970; }
span { border-color: rgb(90,185,112); }
td.TdClassName
{
border-color: #5AB970;
}
.TagClassName
{
border-color: #5AB970;
}
</style>