Shades of Pigment Green #0C9949
Tints of Pigment Green #0C9949
RGB
CMYK
RGB Variations
Color information
#0C9949 (or 0x0C9949) is known color: Pigment Green. HEX triplet: 0C, 99 and 49. RGB value is (12,153,73). Sum of RGB (Red+Green+Blue) = 12+153+73=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9949 is #F366B6. Grayscale: #656565. Windows color (decimal): -15951543 or 4823308. OLE color: 4823308.
HSL color Cylindrical-coordinate representation of color #0C9949: hue angle of 145.96º 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 #0C9949 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 153 | 73 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.4 |
| HSL | 145.96º | 0.85% | 0.32% | - |
| HSV(B) | 145.96º | 0.92% | 0.6% | - |
| XYZ | 12.75 | 23.34 | 10.14 | - |
| YUV | 101.72 | 111.79 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 73 | 0.92 | 0 | 0.52 | 0.4 | 145.96 | 0.85 | 0.32 |
| Hex | C | 99 | 49 | 5C | 0 | 34 | 28 | 92 | 55 | 20 |
| Octal | 14 | 231 | 111 | 134 | 0 | 64 | 50 | 222 | 125 | 40 |
| Binary | 1100 | 10011001 | 1001001 | 1011100 | 0 | 110100 | 101000 | 10010010 | 1010101 | 100000 |
Color Harmonies of #0C9949
Complementary color
Monochromatic Colors of #0C9949
Black with #0C9949
Text Example
Text Example
White with #0C9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9949; }
p { color: rgb(12,153,73); }
H1.HeaderClassName
{
color: #0C9949;
}
.AnyTagClassName
{
color: #0C9949;
}
</style>
background-color css
<style>
a { background-color: #0C9949; }
a { background-color: rgb(12,153,73); }
div.DivClassName
{
background-color: #0C9949;
}
.BgClassName
{
background-color: #0C9949;
}
</style>
border-color css
<style>
span { border-color: #0C9949; }
span { border-color: rgb(12,153,73); }
td.TdClassName
{
border-color: #0C9949;
}
.TagClassName
{
border-color: #0C9949;
}
</style>