Shades of Green #0C8A04
Tints of Green #0C8A04
RGB
CMYK
RGB Variations
Color information
#0C8A04 (or 0x0C8A04) is known color: Green. HEX triplet: 0C, 8A and 04. RGB value is (12,138,4). Sum of RGB (Red+Green+Blue) = 12+138+4=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 138 (54.30% from 255 or 89.61% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8A04 is #F375FB. Grayscale: #555555. Windows color (decimal): -15955452 or 297484. OLE color: 297484.
HSL color Cylindrical-coordinate representation of color #0C8A04: hue angle of 116.42º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C8A04 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 4 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.46 |
| HSL | 116.42º | 0.94% | 0.28% | - |
| HSV(B) | 116.42º | 0.97% | 0.54% | - |
| XYZ | 9.26 | 18.26 | 3.15 | - |
| YUV | 85.05 | 82.26 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 4 | 0.91 | 0 | 0.97 | 0.46 | 116.42 | 0.94 | 0.28 |
| Hex | C | 8A | 4 | 5B | 0 | 61 | 2E | 74 | 5E | 1C |
| Octal | 14 | 212 | 4 | 133 | 0 | 141 | 56 | 164 | 136 | 34 |
| Binary | 1100 | 10001010 | 100 | 1011011 | 0 | 1100001 | 101110 | 1110100 | 1011110 | 11100 |
Color Harmonies of #0C8A04
Complementary color
Monochromatic Colors of #0C8A04
Black with #0C8A04
Text Example
Text Example
White with #0C8A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A04; }
p { color: rgb(12,138,4); }
H1.HeaderClassName
{
color: #0C8A04;
}
.AnyTagClassName
{
color: #0C8A04;
}
</style>
background-color css
<style>
a { background-color: #0C8A04; }
a { background-color: rgb(12,138,4); }
div.DivClassName
{
background-color: #0C8A04;
}
.BgClassName
{
background-color: #0C8A04;
}
</style>
border-color css
<style>
span { border-color: #0C8A04; }
span { border-color: rgb(12,138,4); }
td.TdClassName
{
border-color: #0C8A04;
}
.TagClassName
{
border-color: #0C8A04;
}
</style>