Shades of Pigment Green #0C953A
Tints of Pigment Green #0C953A
RGB
CMYK
RGB Variations
Color information
#0C953A (or 0x0C953A) is known color: Pigment Green. HEX triplet: 0C, 95 and 3A. RGB value is (12,149,58). Sum of RGB (Red+Green+Blue) = 12+149+58=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #0C953A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C953A is #F36AC5. Grayscale: #616161. Windows color (decimal): -15952582 or 3839244. OLE color: 3839244.
HSL color Cylindrical-coordinate representation of color #0C953A: hue angle of 140.15º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C953A is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 58 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.42 |
| HSL | 140.15º | 0.85% | 0.32% | - |
| HSV(B) | 140.15º | 0.92% | 0.58% | - |
| XYZ | 11.66 | 21.88 | 7.61 | - |
| YUV | 97.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 58 | 0.92 | 0 | 0.61 | 0.42 | 140.15 | 0.85 | 0.32 |
| Hex | C | 95 | 3A | 5C | 0 | 3D | 2A | 8C | 55 | 20 |
| Octal | 14 | 225 | 72 | 134 | 0 | 75 | 52 | 214 | 125 | 40 |
| Binary | 1100 | 10010101 | 111010 | 1011100 | 0 | 111101 | 101010 | 10001100 | 1010101 | 100000 |
Color Harmonies of #0C953A
Complementary color
Monochromatic Colors of #0C953A
Black with #0C953A
Text Example
Text Example
White with #0C953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C953A; }
p { color: rgb(12,149,58); }
H1.HeaderClassName
{
color: #0C953A;
}
.AnyTagClassName
{
color: #0C953A;
}
</style>
background-color css
<style>
a { background-color: #0C953A; }
a { background-color: rgb(12,149,58); }
div.DivClassName
{
background-color: #0C953A;
}
.BgClassName
{
background-color: #0C953A;
}
</style>
border-color css
<style>
span { border-color: #0C953A; }
span { border-color: rgb(12,149,58); }
td.TdClassName
{
border-color: #0C953A;
}
.TagClassName
{
border-color: #0C953A;
}
</style>