Shades of Forest Green #0EA81F
Tints of Forest Green #0EA81F
RGB
CMYK
RGB Variations
Color information
#0EA81F (or 0x0EA81F) is known color: Forest Green. HEX triplet: 0E, A8 and 1F. RGB value is (14,168,31). Sum of RGB (Red+Green+Blue) = 14+168+31=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 168 (66.02% from 255 or 78.87% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 168 - color contains mainly: green. Hex color #0EA81F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA81F is #F157E0. Grayscale: #6A6A6A. Windows color (decimal): -15816673 or 2074638. OLE color: 2074638.
HSL color Cylindrical-coordinate representation of color #0EA81F: hue angle of 126.62º 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 #0EA81F is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 168 | 31 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.34 |
| HSL | 126.62º | 0.85% | 0.36% | - |
| HSV(B) | 126.62º | 0.92% | 0.66% | - |
| XYZ | 14.43 | 28.2 | 5.98 | - |
| YUV | 106.34 | 85.48 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 168 | 31 | 0.92 | 0 | 0.82 | 0.34 | 126.62 | 0.85 | 0.36 |
| Hex | E | A8 | 1F | 5C | 0 | 52 | 22 | 7F | 55 | 24 |
| Octal | 16 | 250 | 37 | 134 | 0 | 122 | 42 | 177 | 125 | 44 |
| Binary | 1110 | 10101000 | 11111 | 1011100 | 0 | 1010010 | 100010 | 1111111 | 1010101 | 100100 |
Color Harmonies of #0EA81F
Complementary color
Monochromatic Colors of #0EA81F
Black with #0EA81F
Text Example
Text Example
White with #0EA81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA81F; }
p { color: rgb(14,168,31); }
H1.HeaderClassName
{
color: #0EA81F;
}
.AnyTagClassName
{
color: #0EA81F;
}
</style>
background-color css
<style>
a { background-color: #0EA81F; }
a { background-color: rgb(14,168,31); }
div.DivClassName
{
background-color: #0EA81F;
}
.BgClassName
{
background-color: #0EA81F;
}
</style>
border-color css
<style>
span { border-color: #0EA81F; }
span { border-color: rgb(14,168,31); }
td.TdClassName
{
border-color: #0EA81F;
}
.TagClassName
{
border-color: #0EA81F;
}
</style>