Shades of Pigment Green #0C963A
Tints of Pigment Green #0C963A
RGB
CMYK
RGB Variations
Color information
#0C963A (or 0x0C963A) is known color: Pigment Green. HEX triplet: 0C, 96 and 3A. RGB value is (12,150,58). Sum of RGB (Red+Green+Blue) = 12+150+58=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 150 (58.98% from 255 or 68.18% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 150 - color contains mainly: green. Hex color #0C963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C963A is #F369C5. Grayscale: #626262. Windows color (decimal): -15952326 or 3839500. OLE color: 3839500.
HSL color Cylindrical-coordinate representation of color #0C963A: hue angle of 140º 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 #0C963A is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 150 | 58 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.41 |
| HSL | 140º | 0.85% | 0.32% | - |
| HSV(B) | 140º | 0.92% | 0.59% | - |
| XYZ | 11.82 | 22.2 | 7.66 | - |
| YUV | 98.25 | 105.28 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 150 | 58 | 0.92 | 0 | 0.61 | 0.41 | 140 | 0.85 | 0.32 |
| Hex | C | 96 | 3A | 5C | 0 | 3D | 29 | 8C | 55 | 20 |
| Octal | 14 | 226 | 72 | 134 | 0 | 75 | 51 | 214 | 125 | 40 |
| Binary | 1100 | 10010110 | 111010 | 1011100 | 0 | 111101 | 101001 | 10001100 | 1010101 | 100000 |
Color Harmonies of #0C963A
Complementary color
Monochromatic Colors of #0C963A
Black with #0C963A
Text Example
Text Example
White with #0C963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C963A; }
p { color: rgb(12,150,58); }
H1.HeaderClassName
{
color: #0C963A;
}
.AnyTagClassName
{
color: #0C963A;
}
</style>
background-color css
<style>
a { background-color: #0C963A; }
a { background-color: rgb(12,150,58); }
div.DivClassName
{
background-color: #0C963A;
}
.BgClassName
{
background-color: #0C963A;
}
</style>
border-color css
<style>
span { border-color: #0C963A; }
span { border-color: rgb(12,150,58); }
td.TdClassName
{
border-color: #0C963A;
}
.TagClassName
{
border-color: #0C963A;
}
</style>