Shades of Forest Green #0EA122
Tints of Forest Green #0EA122
RGB
CMYK
RGB Variations
Color information
#0EA122 (or 0x0EA122) is known color: Forest Green. HEX triplet: 0E, A1 and 22. RGB value is (14,161,34). Sum of RGB (Red+Green+Blue) = 14+161+34=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 161 (63.28% from 255 or 77.03% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA122 is #F15EDD. Grayscale: #666666. Windows color (decimal): -15818462 or 2269454. OLE color: 2269454.
HSL color Cylindrical-coordinate representation of color #0EA122: hue angle of 128.16º 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 #0EA122 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 161 | 34 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.37 |
| HSL | 128.16º | 0.84% | 0.34% | - |
| HSV(B) | 128.16º | 0.91% | 0.63% | - |
| XYZ | 13.21 | 25.7 | 5.78 | - |
| YUV | 102.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 161 | 34 | 0.91 | 0 | 0.79 | 0.37 | 128.16 | 0.84 | 0.34 |
| Hex | E | A1 | 22 | 5B | 0 | 4F | 25 | 80 | 54 | 22 |
| Octal | 16 | 241 | 42 | 133 | 0 | 117 | 45 | 200 | 124 | 42 |
| Binary | 1110 | 10100001 | 100010 | 1011011 | 0 | 1001111 | 100101 | 10000000 | 1010100 | 100010 |
Color Harmonies of #0EA122
Complementary color
Monochromatic Colors of #0EA122
Black with #0EA122
Text Example
Text Example
White with #0EA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA122; }
p { color: rgb(14,161,34); }
H1.HeaderClassName
{
color: #0EA122;
}
.AnyTagClassName
{
color: #0EA122;
}
</style>
background-color css
<style>
a { background-color: #0EA122; }
a { background-color: rgb(14,161,34); }
div.DivClassName
{
background-color: #0EA122;
}
.BgClassName
{
background-color: #0EA122;
}
</style>
border-color css
<style>
span { border-color: #0EA122; }
span { border-color: rgb(14,161,34); }
td.TdClassName
{
border-color: #0EA122;
}
.TagClassName
{
border-color: #0EA122;
}
</style>