Shades of Fern #5EAA6E
Tints of Fern #5EAA6E
RGB
CMYK
RGB Variations
Color information
#5EAA6E (or 0x5EAA6E) is known color: Fern. HEX triplet: 5E, AA and 6E. RGB value is (94,170,110). Sum of RGB (Red+Green+Blue) = 94+170+110=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA6E is #A15591. Grayscale: #8C8C8C. Windows color (decimal): -10573202 or 7252574. OLE color: 7252574.
HSL color Cylindrical-coordinate representation of color #5EAA6E: hue angle of 132.63º degrees, saturation: 0.31, 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 #5EAA6E is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 110 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.33 |
| HSL | 132.63º | 0.31% | 0.52% | - |
| HSV(B) | 132.63º | 0.45% | 0.67% | - |
| XYZ | 21.81 | 32.25 | 19.83 | - |
| YUV | 140.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 110 | 0.45 | 0 | 0.35 | 0.33 | 132.63 | 0.31 | 0.52 |
| Hex | 5E | AA | 6E | 2D | 0 | 23 | 21 | 85 | 1F | 34 |
| Octal | 136 | 252 | 156 | 55 | 0 | 43 | 41 | 205 | 37 | 64 |
| Binary | 1011110 | 10101010 | 1101110 | 101101 | 0 | 100011 | 100001 | 10000101 | 11111 | 110100 |
Color Harmonies of #5EAA6E
Complementary color
Monochromatic Colors of #5EAA6E
Black with #5EAA6E
Text Example
Text Example
White with #5EAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA6E; }
p { color: rgb(94,170,110); }
H1.HeaderClassName
{
color: #5EAA6E;
}
.AnyTagClassName
{
color: #5EAA6E;
}
</style>
background-color css
<style>
a { background-color: #5EAA6E; }
a { background-color: rgb(94,170,110); }
div.DivClassName
{
background-color: #5EAA6E;
}
.BgClassName
{
background-color: #5EAA6E;
}
</style>
border-color css
<style>
span { border-color: #5EAA6E; }
span { border-color: rgb(94,170,110); }
td.TdClassName
{
border-color: #5EAA6E;
}
.TagClassName
{
border-color: #5EAA6E;
}
</style>