Shades of Fern #5AB870
Tints of Fern #5AB870
RGB
CMYK
RGB Variations
Color information
#5AB870 (or 0x5AB870) is known color: Fern. HEX triplet: 5A, B8 and 70. RGB value is (90,184,112). Sum of RGB (Red+Green+Blue) = 90+184+112=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB870 is #A5478F. Grayscale: #939393. Windows color (decimal): -10831760 or 7387226. OLE color: 7387226.
HSL color Cylindrical-coordinate representation of color #5AB870: hue angle of 134.04º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB870 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 112 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.28 |
| HSL | 134.04º | 0.4% | 0.54% | - |
| HSV(B) | 134.04º | 0.51% | 0.72% | - |
| XYZ | 24.28 | 37.62 | 21.31 | - |
| YUV | 147.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 112 | 0.51 | 0 | 0.39 | 0.28 | 134.04 | 0.4 | 0.54 |
| Hex | 5A | B8 | 70 | 33 | 0 | 27 | 1C | 86 | 28 | 36 |
| Octal | 132 | 270 | 160 | 63 | 0 | 47 | 34 | 206 | 50 | 66 |
| Binary | 1011010 | 10111000 | 1110000 | 110011 | 0 | 100111 | 11100 | 10000110 | 101000 | 110110 |
Color Harmonies of #5AB870
Complementary color
Monochromatic Colors of #5AB870
Black with #5AB870
Text Example
Text Example
White with #5AB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB870; }
p { color: rgb(90,184,112); }
H1.HeaderClassName
{
color: #5AB870;
}
.AnyTagClassName
{
color: #5AB870;
}
</style>
background-color css
<style>
a { background-color: #5AB870; }
a { background-color: rgb(90,184,112); }
div.DivClassName
{
background-color: #5AB870;
}
.BgClassName
{
background-color: #5AB870;
}
</style>
border-color css
<style>
span { border-color: #5AB870; }
span { border-color: rgb(90,184,112); }
td.TdClassName
{
border-color: #5AB870;
}
.TagClassName
{
border-color: #5AB870;
}
</style>