Shades of Green #0C870E
Tints of Green #0C870E
RGB
CMYK
RGB Variations
Color information
#0C870E (or 0x0C870E) is known color: Green. HEX triplet: 0C, 87 and 0E. RGB value is (12,135,14). Sum of RGB (Red+Green+Blue) = 12+135+14=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 135 (53.12% from 255 or 83.85% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 135 - color contains mainly: green. Hex color #0C870E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C870E is #F378F1. Grayscale: #545454. Windows color (decimal): -15956210 or 952076. OLE color: 952076.
HSL color Cylindrical-coordinate representation of color #0C870E: hue angle of 120.98º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C870E is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 14 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.47 |
| HSL | 120.98º | 0.84% | 0.29% | - |
| HSV(B) | 120.98º | 0.91% | 0.53% | - |
| XYZ | 8.89 | 17.44 | 3.31 | - |
| YUV | 84.43 | 88.25 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 14 | 0.91 | 0 | 0.90 | 0.47 | 120.98 | 0.84 | 0.29 |
| Hex | C | 87 | E | 5B | 0 | 5A | 2F | 79 | 54 | 1D |
| Octal | 14 | 207 | 16 | 133 | 0 | 132 | 57 | 171 | 124 | 35 |
| Binary | 1100 | 10000111 | 1110 | 1011011 | 0 | 1011010 | 101111 | 1111001 | 1010100 | 11101 |
Color Harmonies of #0C870E
Complementary color
Monochromatic Colors of #0C870E
Black with #0C870E
Text Example
Text Example
White with #0C870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C870E; }
p { color: rgb(12,135,14); }
H1.HeaderClassName
{
color: #0C870E;
}
.AnyTagClassName
{
color: #0C870E;
}
</style>
background-color css
<style>
a { background-color: #0C870E; }
a { background-color: rgb(12,135,14); }
div.DivClassName
{
background-color: #0C870E;
}
.BgClassName
{
background-color: #0C870E;
}
</style>
border-color css
<style>
span { border-color: #0C870E; }
span { border-color: rgb(12,135,14); }
td.TdClassName
{
border-color: #0C870E;
}
.TagClassName
{
border-color: #0C870E;
}
</style>