Shades of Forest Green #0EA11C
Tints of Forest Green #0EA11C
RGB
CMYK
RGB Variations
Color information
#0EA11C (or 0x0EA11C) is known color: Forest Green. HEX triplet: 0E, A1 and 1C. RGB value is (14,161,28). Sum of RGB (Red+Green+Blue) = 14+161+28=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 161 (63.28% from 255 or 79.31% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA11C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA11C is #F15EE3. Grayscale: #666666. Windows color (decimal): -15818468 or 1876238. OLE color: 1876238.
HSL color Cylindrical-coordinate representation of color #0EA11C: hue angle of 125.71º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA11C is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 161 | 28 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.37 |
| HSL | 125.71º | 0.84% | 0.34% | - |
| HSV(B) | 125.71º | 0.91% | 0.63% | - |
| XYZ | 13.14 | 25.67 | 5.36 | - |
| YUV | 101.89 | 86.3 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 161 | 28 | 0.91 | 0 | 0.83 | 0.37 | 125.71 | 0.84 | 0.34 |
| Hex | E | A1 | 1C | 5B | 0 | 53 | 25 | 7E | 54 | 22 |
| Octal | 16 | 241 | 34 | 133 | 0 | 123 | 45 | 176 | 124 | 42 |
| Binary | 1110 | 10100001 | 11100 | 1011011 | 0 | 1010011 | 100101 | 1111110 | 1010100 | 100010 |
Color Harmonies of #0EA11C
Complementary color
Monochromatic Colors of #0EA11C
Black with #0EA11C
Text Example
Text Example
White with #0EA11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA11C; }
p { color: rgb(14,161,28); }
H1.HeaderClassName
{
color: #0EA11C;
}
.AnyTagClassName
{
color: #0EA11C;
}
</style>
background-color css
<style>
a { background-color: #0EA11C; }
a { background-color: rgb(14,161,28); }
div.DivClassName
{
background-color: #0EA11C;
}
.BgClassName
{
background-color: #0EA11C;
}
</style>
border-color css
<style>
span { border-color: #0EA11C; }
span { border-color: rgb(14,161,28); }
td.TdClassName
{
border-color: #0EA11C;
}
.TagClassName
{
border-color: #0EA11C;
}
</style>