Shades of Green #0E8C0C
Tints of Green #0E8C0C
RGB
CMYK
RGB Variations
Color information
#0E8C0C (or 0x0E8C0C) is known color: Green. HEX triplet: 0E, 8C and 0C. RGB value is (14,140,12). Sum of RGB (Red+Green+Blue) = 14+140+12=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 140 (55.08% from 255 or 84.34% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 140 - color contains mainly: green. Hex color #0E8C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8C0C is #F173F3. Grayscale: #585858. Windows color (decimal): -15823860 or 822286. OLE color: 822286.
HSL color Cylindrical-coordinate representation of color #0E8C0C: hue angle of 119.06º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E8C0C is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 140 | 12 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.45 |
| HSL | 119.06º | 0.84% | 0.3% | - |
| HSV(B) | 119.06º | 0.91% | 0.55% | - |
| XYZ | 9.63 | 18.88 | 3.48 | - |
| YUV | 87.73 | 85.26 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 140 | 12 | 0.90 | 0 | 0.91 | 0.45 | 119.06 | 0.84 | 0.3 |
| Hex | E | 8C | C | 5A | 0 | 5B | 2D | 77 | 54 | 1E |
| Octal | 16 | 214 | 14 | 132 | 0 | 133 | 55 | 167 | 124 | 36 |
| Binary | 1110 | 10001100 | 1100 | 1011010 | 0 | 1011011 | 101101 | 1110111 | 1010100 | 11110 |
Color Harmonies of #0E8C0C
Complementary color
Monochromatic Colors of #0E8C0C
Black with #0E8C0C
Text Example
Text Example
White with #0E8C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8C0C; }
p { color: rgb(14,140,12); }
H1.HeaderClassName
{
color: #0E8C0C;
}
.AnyTagClassName
{
color: #0E8C0C;
}
</style>
background-color css
<style>
a { background-color: #0E8C0C; }
a { background-color: rgb(14,140,12); }
div.DivClassName
{
background-color: #0E8C0C;
}
.BgClassName
{
background-color: #0E8C0C;
}
</style>
border-color css
<style>
span { border-color: #0E8C0C; }
span { border-color: rgb(14,140,12); }
td.TdClassName
{
border-color: #0E8C0C;
}
.TagClassName
{
border-color: #0E8C0C;
}
</style>