Shades of Green #0C8A03
Tints of Green #0C8A03
RGB
CMYK
RGB Variations
Color information
#0C8A03 (or 0x0C8A03) is known color: Green. HEX triplet: 0C, 8A and 03. RGB value is (12,138,3). Sum of RGB (Red+Green+Blue) = 12+138+3=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 138 (54.30% from 255 or 90.20% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8A03 is #F375FC. Grayscale: #555555. Windows color (decimal): -15955453 or 231948. OLE color: 231948.
HSL color Cylindrical-coordinate representation of color #0C8A03: hue angle of 116º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C8A03 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 3 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.46 |
| HSL | 116º | 0.96% | 0.28% | - |
| HSV(B) | 116º | 0.98% | 0.54% | - |
| XYZ | 9.26 | 18.26 | 3.12 | - |
| YUV | 84.94 | 81.76 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 3 | 0.91 | 0 | 0.98 | 0.46 | 116 | 0.96 | 0.28 |
| Hex | C | 8A | 3 | 5B | 0 | 62 | 2E | 74 | 60 | 1C |
| Octal | 14 | 212 | 3 | 133 | 0 | 142 | 56 | 164 | 140 | 34 |
| Binary | 1100 | 10001010 | 11 | 1011011 | 0 | 1100010 | 101110 | 1110100 | 1100000 | 11100 |
Color Harmonies of #0C8A03
Complementary color
Monochromatic Colors of #0C8A03
Black with #0C8A03
Text Example
Text Example
White with #0C8A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A03; }
p { color: rgb(12,138,3); }
H1.HeaderClassName
{
color: #0C8A03;
}
.AnyTagClassName
{
color: #0C8A03;
}
</style>
background-color css
<style>
a { background-color: #0C8A03; }
a { background-color: rgb(12,138,3); }
div.DivClassName
{
background-color: #0C8A03;
}
.BgClassName
{
background-color: #0C8A03;
}
</style>
border-color css
<style>
span { border-color: #0C8A03; }
span { border-color: rgb(12,138,3); }
td.TdClassName
{
border-color: #0C8A03;
}
.TagClassName
{
border-color: #0C8A03;
}
</style>