Shades of Fern #5EAC70
Tints of Fern #5EAC70
RGB
CMYK
RGB Variations
Color information
#5EAC70 (or 0x5EAC70) is known color: Fern. HEX triplet: 5E, AC and 70. RGB value is (94,172,112). Sum of RGB (Red+Green+Blue) = 94+172+112=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC70 is #A1538F. Grayscale: #8D8D8D. Windows color (decimal): -10572688 or 7384158. OLE color: 7384158.
HSL color Cylindrical-coordinate representation of color #5EAC70: hue angle of 133.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAC70 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 112 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.33 |
| HSL | 133.85º | 0.32% | 0.52% | - |
| HSV(B) | 133.85º | 0.45% | 0.67% | - |
| XYZ | 22.29 | 33.05 | 20.53 | - |
| YUV | 141.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 112 | 0.45 | 0 | 0.35 | 0.33 | 133.85 | 0.32 | 0.52 |
| Hex | 5E | AC | 70 | 2D | 0 | 23 | 21 | 86 | 20 | 34 |
| Octal | 136 | 254 | 160 | 55 | 0 | 43 | 41 | 206 | 40 | 64 |
| Binary | 1011110 | 10101100 | 1110000 | 101101 | 0 | 100011 | 100001 | 10000110 | 100000 | 110100 |
Color Harmonies of #5EAC70
Complementary color
Monochromatic Colors of #5EAC70
Black with #5EAC70
Text Example
Text Example
White with #5EAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC70; }
p { color: rgb(94,172,112); }
H1.HeaderClassName
{
color: #5EAC70;
}
.AnyTagClassName
{
color: #5EAC70;
}
</style>
background-color css
<style>
a { background-color: #5EAC70; }
a { background-color: rgb(94,172,112); }
div.DivClassName
{
background-color: #5EAC70;
}
.BgClassName
{
background-color: #5EAC70;
}
</style>
border-color css
<style>
span { border-color: #5EAC70; }
span { border-color: rgb(94,172,112); }
td.TdClassName
{
border-color: #5EAC70;
}
.TagClassName
{
border-color: #5EAC70;
}
</style>