Shades of Pigment Green #0C963B
Tints of Pigment Green #0C963B
RGB
CMYK
RGB Variations
Color information
#0C963B (or 0x0C963B) is known color: Pigment Green. HEX triplet: 0C, 96 and 3B. RGB value is (12,150,59). Sum of RGB (Red+Green+Blue) = 12+150+59=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 150 (58.98% from 255 or 67.87% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 150 - color contains mainly: green. Hex color #0C963B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C963B is #F369C4. Grayscale: #626262. Windows color (decimal): -15952325 or 3905036. OLE color: 3905036.
HSL color Cylindrical-coordinate representation of color #0C963B: hue angle of 140.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C963B is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 150 | 59 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.41 |
| HSL | 140.43º | 0.85% | 0.32% | - |
| HSV(B) | 140.43º | 0.92% | 0.59% | - |
| XYZ | 11.85 | 22.21 | 7.8 | - |
| YUV | 98.36 | 105.78 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 150 | 59 | 0.92 | 0 | 0.61 | 0.41 | 140.43 | 0.85 | 0.32 |
| Hex | C | 96 | 3B | 5C | 0 | 3D | 29 | 8C | 55 | 20 |
| Octal | 14 | 226 | 73 | 134 | 0 | 75 | 51 | 214 | 125 | 40 |
| Binary | 1100 | 10010110 | 111011 | 1011100 | 0 | 111101 | 101001 | 10001100 | 1010101 | 100000 |
Color Harmonies of #0C963B
Complementary color
Monochromatic Colors of #0C963B
Black with #0C963B
Text Example
Text Example
White with #0C963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C963B; }
p { color: rgb(12,150,59); }
H1.HeaderClassName
{
color: #0C963B;
}
.AnyTagClassName
{
color: #0C963B;
}
</style>
background-color css
<style>
a { background-color: #0C963B; }
a { background-color: rgb(12,150,59); }
div.DivClassName
{
background-color: #0C963B;
}
.BgClassName
{
background-color: #0C963B;
}
</style>
border-color css
<style>
span { border-color: #0C963B; }
span { border-color: rgb(12,150,59); }
td.TdClassName
{
border-color: #0C963B;
}
.TagClassName
{
border-color: #0C963B;
}
</style>