Shades of Pigment Green #0C994A
Tints of Pigment Green #0C994A
RGB
CMYK
RGB Variations
Color information
#0C994A (or 0x0C994A) is known color: Pigment Green. HEX triplet: 0C, 99 and 4A. RGB value is (12,153,74). Sum of RGB (Red+Green+Blue) = 12+153+74=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 153 (60.16% from 255 or 64.02% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 153 - color contains mainly: green. Hex color #0C994A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C994A is #F366B5. Grayscale: #666666. Windows color (decimal): -15951542 or 4888844. OLE color: 4888844.
HSL color Cylindrical-coordinate representation of color #0C994A: hue angle of 146.38º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C994A is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 153 | 74 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.4 |
| HSL | 146.38º | 0.85% | 0.32% | - |
| HSV(B) | 146.38º | 0.92% | 0.6% | - |
| XYZ | 12.78 | 23.36 | 10.31 | - |
| YUV | 101.84 | 112.29 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 74 | 0.92 | 0 | 0.52 | 0.4 | 146.38 | 0.85 | 0.32 |
| Hex | C | 99 | 4A | 5C | 0 | 34 | 28 | 92 | 55 | 20 |
| Octal | 14 | 231 | 112 | 134 | 0 | 64 | 50 | 222 | 125 | 40 |
| Binary | 1100 | 10011001 | 1001010 | 1011100 | 0 | 110100 | 101000 | 10010010 | 1010101 | 100000 |
Color Harmonies of #0C994A
Complementary color
Monochromatic Colors of #0C994A
Black with #0C994A
Text Example
Text Example
White with #0C994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C994A; }
p { color: rgb(12,153,74); }
H1.HeaderClassName
{
color: #0C994A;
}
.AnyTagClassName
{
color: #0C994A;
}
</style>
background-color css
<style>
a { background-color: #0C994A; }
a { background-color: rgb(12,153,74); }
div.DivClassName
{
background-color: #0C994A;
}
.BgClassName
{
background-color: #0C994A;
}
</style>
border-color css
<style>
span { border-color: #0C994A; }
span { border-color: rgb(12,153,74); }
td.TdClassName
{
border-color: #0C994A;
}
.TagClassName
{
border-color: #0C994A;
}
</style>