Shades of Pigment Green #0C994C
Tints of Pigment Green #0C994C
RGB
CMYK
RGB Variations
Color information
#0C994C (or 0x0C994C) is known color: Pigment Green. HEX triplet: 0C, 99 and 4C. RGB value is (12,153,76). Sum of RGB (Red+Green+Blue) = 12+153+76=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #0C994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C994C is #F366B3. Grayscale: #666666. Windows color (decimal): -15951540 or 5019916. OLE color: 5019916.
HSL color Cylindrical-coordinate representation of color #0C994C: hue angle of 147.23º 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 #0C994C is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 153 | 76 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.4 |
| HSL | 147.23º | 0.85% | 0.32% | - |
| HSV(B) | 147.23º | 0.92% | 0.6% | - |
| XYZ | 12.85 | 23.38 | 10.67 | - |
| YUV | 102.06 | 113.29 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 76 | 0.92 | 0 | 0.50 | 0.4 | 147.23 | 0.85 | 0.32 |
| Hex | C | 99 | 4C | 5C | 0 | 32 | 28 | 93 | 55 | 20 |
| Octal | 14 | 231 | 114 | 134 | 0 | 62 | 50 | 223 | 125 | 40 |
| Binary | 1100 | 10011001 | 1001100 | 1011100 | 0 | 110010 | 101000 | 10010011 | 1010101 | 100000 |
Color Harmonies of #0C994C
Complementary color
Monochromatic Colors of #0C994C
Black with #0C994C
Text Example
Text Example
White with #0C994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C994C; }
p { color: rgb(12,153,76); }
H1.HeaderClassName
{
color: #0C994C;
}
.AnyTagClassName
{
color: #0C994C;
}
</style>
background-color css
<style>
a { background-color: #0C994C; }
a { background-color: rgb(12,153,76); }
div.DivClassName
{
background-color: #0C994C;
}
.BgClassName
{
background-color: #0C994C;
}
</style>
border-color css
<style>
span { border-color: #0C994C; }
span { border-color: rgb(12,153,76); }
td.TdClassName
{
border-color: #0C994C;
}
.TagClassName
{
border-color: #0C994C;
}
</style>