Shades of Green #0C8715
Tints of Green #0C8715
RGB
CMYK
RGB Variations
Color information
#0C8715 (or 0x0C8715) is known color: Green. HEX triplet: 0C, 87 and 15. RGB value is (12,135,21). Sum of RGB (Red+Green+Blue) = 12+135+21=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 135 (53.12% from 255 or 80.36% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8715 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8715 is #F378EA. Grayscale: #555555. Windows color (decimal): -15956203 or 1410828. OLE color: 1410828.
HSL color Cylindrical-coordinate representation of color #0C8715: hue angle of 124.39º 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 #0C8715 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 21 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.47 |
| HSL | 124.39º | 0.84% | 0.29% | - |
| HSV(B) | 124.39º | 0.91% | 0.53% | - |
| XYZ | 8.95 | 17.46 | 3.61 | - |
| YUV | 85.23 | 91.75 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 21 | 0.91 | 0 | 0.84 | 0.47 | 124.39 | 0.84 | 0.29 |
| Hex | C | 87 | 15 | 5B | 0 | 54 | 2F | 7C | 54 | 1D |
| Octal | 14 | 207 | 25 | 133 | 0 | 124 | 57 | 174 | 124 | 35 |
| Binary | 1100 | 10000111 | 10101 | 1011011 | 0 | 1010100 | 101111 | 1111100 | 1010100 | 11101 |
Color Harmonies of #0C8715
Complementary color
Monochromatic Colors of #0C8715
Black with #0C8715
Text Example
Text Example
White with #0C8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8715; }
p { color: rgb(12,135,21); }
H1.HeaderClassName
{
color: #0C8715;
}
.AnyTagClassName
{
color: #0C8715;
}
</style>
background-color css
<style>
a { background-color: #0C8715; }
a { background-color: rgb(12,135,21); }
div.DivClassName
{
background-color: #0C8715;
}
.BgClassName
{
background-color: #0C8715;
}
</style>
border-color css
<style>
span { border-color: #0C8715; }
span { border-color: rgb(12,135,21); }
td.TdClassName
{
border-color: #0C8715;
}
.TagClassName
{
border-color: #0C8715;
}
</style>