Shades of Green #0C8213
Tints of Green #0C8213
RGB
CMYK
RGB Variations
Color information
#0C8213 (or 0x0C8213) is known color: Green. HEX triplet: 0C, 82 and 13. RGB value is (12,130,19). Sum of RGB (Red+Green+Blue) = 12+130+19=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 130 (51.17% from 255 or 80.75% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 130 - color contains mainly: green. Hex color #0C8213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8213 is #F37DEC. Grayscale: #525252. Windows color (decimal): -15957485 or 1278476. OLE color: 1278476.
HSL color Cylindrical-coordinate representation of color #0C8213: hue angle of 123.56º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8213 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 130 | 19 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.49 |
| HSL | 123.56º | 0.83% | 0.28% | - |
| HSV(B) | 123.56º | 0.91% | 0.51% | - |
| XYZ | 8.25 | 16.09 | 3.29 | - |
| YUV | 82.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 19 | 0.91 | 0 | 0.85 | 0.49 | 123.56 | 0.83 | 0.28 |
| Hex | C | 82 | 13 | 5B | 0 | 55 | 31 | 7C | 53 | 1C |
| Octal | 14 | 202 | 23 | 133 | 0 | 125 | 61 | 174 | 123 | 34 |
| Binary | 1100 | 10000010 | 10011 | 1011011 | 0 | 1010101 | 110001 | 1111100 | 1010011 | 11100 |
Color Harmonies of #0C8213
Complementary color
Monochromatic Colors of #0C8213
Black with #0C8213
Text Example
Text Example
White with #0C8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8213; }
p { color: rgb(12,130,19); }
H1.HeaderClassName
{
color: #0C8213;
}
.AnyTagClassName
{
color: #0C8213;
}
</style>
background-color css
<style>
a { background-color: #0C8213; }
a { background-color: rgb(12,130,19); }
div.DivClassName
{
background-color: #0C8213;
}
.BgClassName
{
background-color: #0C8213;
}
</style>
border-color css
<style>
span { border-color: #0C8213; }
span { border-color: rgb(12,130,19); }
td.TdClassName
{
border-color: #0C8213;
}
.TagClassName
{
border-color: #0C8213;
}
</style>