Shades of Pigment Green #0C9952
Tints of Pigment Green #0C9952
RGB
CMYK
RGB Variations
Color information
#0C9952 (or 0x0C9952) is known color: Pigment Green. HEX triplet: 0C, 99 and 52. RGB value is (12,153,82). Sum of RGB (Red+Green+Blue) = 12+153+82=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9952 is #F366AD. Grayscale: #666666. Windows color (decimal): -15951534 or 5413132. OLE color: 5413132.
HSL color Cylindrical-coordinate representation of color #0C9952: hue angle of 149.79º 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 #0C9952 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 153 | 82 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.4 |
| HSL | 149.79º | 0.85% | 0.32% | - |
| HSV(B) | 149.79º | 0.92% | 0.6% | - |
| XYZ | 13.07 | 23.47 | 11.82 | - |
| YUV | 102.75 | 116.29 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 82 | 0.92 | 0 | 0.46 | 0.4 | 149.79 | 0.85 | 0.32 |
| Hex | C | 99 | 52 | 5C | 0 | 2E | 28 | 96 | 55 | 20 |
| Octal | 14 | 231 | 122 | 134 | 0 | 56 | 50 | 226 | 125 | 40 |
| Binary | 1100 | 10011001 | 1010010 | 1011100 | 0 | 101110 | 101000 | 10010110 | 1010101 | 100000 |
Color Harmonies of #0C9952
Complementary color
Monochromatic Colors of #0C9952
Black with #0C9952
Text Example
Text Example
White with #0C9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9952; }
p { color: rgb(12,153,82); }
H1.HeaderClassName
{
color: #0C9952;
}
.AnyTagClassName
{
color: #0C9952;
}
</style>
background-color css
<style>
a { background-color: #0C9952; }
a { background-color: rgb(12,153,82); }
div.DivClassName
{
background-color: #0C9952;
}
.BgClassName
{
background-color: #0C9952;
}
</style>
border-color css
<style>
span { border-color: #0C9952; }
span { border-color: rgb(12,153,82); }
td.TdClassName
{
border-color: #0C9952;
}
.TagClassName
{
border-color: #0C9952;
}
</style>