Shades of Green #0C8814
Tints of Green #0C8814
RGB
CMYK
RGB Variations
Color information
#0C8814 (or 0x0C8814) is known color: Green. HEX triplet: 0C, 88 and 14. RGB value is (12,136,20). Sum of RGB (Red+Green+Blue) = 12+136+20=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 136 (53.52% from 255 or 80.95% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8814 is #F377EB. Grayscale: #565656. Windows color (decimal): -15955948 or 1345548. OLE color: 1345548.
HSL color Cylindrical-coordinate representation of color #0C8814: hue angle of 123.87º 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 #0C8814 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 20 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.47 |
| HSL | 123.87º | 0.84% | 0.29% | - |
| HSV(B) | 123.87º | 0.91% | 0.53% | - |
| XYZ | 9.08 | 17.74 | 3.61 | - |
| YUV | 85.7 | 90.92 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 20 | 0.91 | 0 | 0.85 | 0.47 | 123.87 | 0.84 | 0.29 |
| Hex | C | 88 | 14 | 5B | 0 | 55 | 2F | 7C | 54 | 1D |
| Octal | 14 | 210 | 24 | 133 | 0 | 125 | 57 | 174 | 124 | 35 |
| Binary | 1100 | 10001000 | 10100 | 1011011 | 0 | 1010101 | 101111 | 1111100 | 1010100 | 11101 |
Color Harmonies of #0C8814
Complementary color
Monochromatic Colors of #0C8814
Black with #0C8814
Text Example
Text Example
White with #0C8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8814; }
p { color: rgb(12,136,20); }
H1.HeaderClassName
{
color: #0C8814;
}
.AnyTagClassName
{
color: #0C8814;
}
</style>
background-color css
<style>
a { background-color: #0C8814; }
a { background-color: rgb(12,136,20); }
div.DivClassName
{
background-color: #0C8814;
}
.BgClassName
{
background-color: #0C8814;
}
</style>
border-color css
<style>
span { border-color: #0C8814; }
span { border-color: rgb(12,136,20); }
td.TdClassName
{
border-color: #0C8814;
}
.TagClassName
{
border-color: #0C8814;
}
</style>