Shades of Fern #5EA969
Tints of Fern #5EA969
RGB
CMYK
RGB Variations
Color information
#5EA969 (or 0x5EA969) is known color: Fern. HEX triplet: 5E, A9 and 69. RGB value is (94,169,105). Sum of RGB (Red+Green+Blue) = 94+169+105=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA969 is #A15696. Grayscale: #8B8B8B. Windows color (decimal): -10573463 or 6924638. OLE color: 6924638.
HSL color Cylindrical-coordinate representation of color #5EA969: hue angle of 128.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA969 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 169 | 105 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.34 |
| HSL | 128.8º | 0.3% | 0.52% | - |
| HSV(B) | 128.8º | 0.44% | 0.66% | - |
| XYZ | 21.35 | 31.78 | 18.37 | - |
| YUV | 139.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 105 | 0.44 | 0 | 0.38 | 0.34 | 128.8 | 0.3 | 0.52 |
| Hex | 5E | A9 | 69 | 2C | 0 | 26 | 22 | 81 | 1E | 34 |
| Octal | 136 | 251 | 151 | 54 | 0 | 46 | 42 | 201 | 36 | 64 |
| Binary | 1011110 | 10101001 | 1101001 | 101100 | 0 | 100110 | 100010 | 10000001 | 11110 | 110100 |
Color Harmonies of #5EA969
Complementary color
Monochromatic Colors of #5EA969
Black with #5EA969
Text Example
Text Example
White with #5EA969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA969; }
p { color: rgb(94,169,105); }
H1.HeaderClassName
{
color: #5EA969;
}
.AnyTagClassName
{
color: #5EA969;
}
</style>
background-color css
<style>
a { background-color: #5EA969; }
a { background-color: rgb(94,169,105); }
div.DivClassName
{
background-color: #5EA969;
}
.BgClassName
{
background-color: #5EA969;
}
</style>
border-color css
<style>
span { border-color: #5EA969; }
span { border-color: rgb(94,169,105); }
td.TdClassName
{
border-color: #5EA969;
}
.TagClassName
{
border-color: #5EA969;
}
</style>