Shades of Forest Green #0EA91E
Tints of Forest Green #0EA91E
RGB
CMYK
RGB Variations
Color information
#0EA91E (or 0x0EA91E) is known color: Forest Green. HEX triplet: 0E, A9 and 1E. RGB value is (14,169,30). Sum of RGB (Red+Green+Blue) = 14+169+30=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 169 (66.41% from 255 or 79.34% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA91E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA91E is #F156E1. Grayscale: #6B6B6B. Windows color (decimal): -15816418 or 2009358. OLE color: 2009358.
HSL color Cylindrical-coordinate representation of color #0EA91E: hue angle of 126.19º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA91E is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 169 | 30 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.34 |
| HSL | 126.19º | 0.85% | 0.36% | - |
| HSV(B) | 126.19º | 0.92% | 0.66% | - |
| XYZ | 14.6 | 28.56 | 5.97 | - |
| YUV | 106.81 | 84.65 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 169 | 30 | 0.92 | 0 | 0.82 | 0.34 | 126.19 | 0.85 | 0.36 |
| Hex | E | A9 | 1E | 5C | 0 | 52 | 22 | 7E | 55 | 24 |
| Octal | 16 | 251 | 36 | 134 | 0 | 122 | 42 | 176 | 125 | 44 |
| Binary | 1110 | 10101001 | 11110 | 1011100 | 0 | 1010010 | 100010 | 1111110 | 1010101 | 100100 |
Color Harmonies of #0EA91E
Complementary color
Monochromatic Colors of #0EA91E
Black with #0EA91E
Text Example
Text Example
White with #0EA91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA91E; }
p { color: rgb(14,169,30); }
H1.HeaderClassName
{
color: #0EA91E;
}
.AnyTagClassName
{
color: #0EA91E;
}
</style>
background-color css
<style>
a { background-color: #0EA91E; }
a { background-color: rgb(14,169,30); }
div.DivClassName
{
background-color: #0EA91E;
}
.BgClassName
{
background-color: #0EA91E;
}
</style>
border-color css
<style>
span { border-color: #0EA91E; }
span { border-color: rgb(14,169,30); }
td.TdClassName
{
border-color: #0EA91E;
}
.TagClassName
{
border-color: #0EA91E;
}
</style>