Shades of Fern #5EA36A
Tints of Fern #5EA36A
RGB
CMYK
RGB Variations
Color information
#5EA36A (or 0x5EA36A) is known color: Fern. HEX triplet: 5E, A3 and 6A. RGB value is (94,163,106). Sum of RGB (Red+Green+Blue) = 94+163+106=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA36A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA36A is #A15C95. Grayscale: #888888. Windows color (decimal): -10574998 or 6988638. OLE color: 6988638.
HSL color Cylindrical-coordinate representation of color #5EA36A: hue angle of 130.43º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA36A is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 163 | 106 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.36 |
| HSL | 130.43º | 0.27% | 0.5% | - |
| HSV(B) | 130.43º | 0.42% | 0.64% | - |
| XYZ | 20.31 | 29.61 | 18.28 | - |
| YUV | 135.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 163 | 106 | 0.42 | 0 | 0.35 | 0.36 | 130.43 | 0.27 | 0.5 |
| Hex | 5E | A3 | 6A | 2A | 0 | 23 | 24 | 82 | 1B | 32 |
| Octal | 136 | 243 | 152 | 52 | 0 | 43 | 44 | 202 | 33 | 62 |
| Binary | 1011110 | 10100011 | 1101010 | 101010 | 0 | 100011 | 100100 | 10000010 | 11011 | 110010 |
Color Harmonies of #5EA36A
Complementary color
Monochromatic Colors of #5EA36A
Black with #5EA36A
Text Example
Text Example
White with #5EA36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA36A; }
p { color: rgb(94,163,106); }
H1.HeaderClassName
{
color: #5EA36A;
}
.AnyTagClassName
{
color: #5EA36A;
}
</style>
background-color css
<style>
a { background-color: #5EA36A; }
a { background-color: rgb(94,163,106); }
div.DivClassName
{
background-color: #5EA36A;
}
.BgClassName
{
background-color: #5EA36A;
}
</style>
border-color css
<style>
span { border-color: #5EA36A; }
span { border-color: rgb(94,163,106); }
td.TdClassName
{
border-color: #5EA36A;
}
.TagClassName
{
border-color: #5EA36A;
}
</style>