Shades of Pigment Green #0C954A
Tints of Pigment Green #0C954A
RGB
CMYK
RGB Variations
Color information
#0C954A (or 0x0C954A) is known color: Pigment Green. HEX triplet: 0C, 95 and 4A. RGB value is (12,149,74). Sum of RGB (Red+Green+Blue) = 12+149+74=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #0C954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C954A is #F36AB5. Grayscale: #636363. Windows color (decimal): -15952566 or 4887820. OLE color: 4887820.
HSL color Cylindrical-coordinate representation of color #0C954A: hue angle of 147.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 #0C954A is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 74 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.42 |
| HSL | 147.15º | 0.85% | 0.32% | - |
| HSV(B) | 147.15º | 0.92% | 0.58% | - |
| XYZ | 12.14 | 22.07 | 10.1 | - |
| YUV | 99.49 | 113.61 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 74 | 0.92 | 0 | 0.50 | 0.42 | 147.15 | 0.85 | 0.32 |
| Hex | C | 95 | 4A | 5C | 0 | 32 | 2A | 93 | 55 | 20 |
| Octal | 14 | 225 | 112 | 134 | 0 | 62 | 52 | 223 | 125 | 40 |
| Binary | 1100 | 10010101 | 1001010 | 1011100 | 0 | 110010 | 101010 | 10010011 | 1010101 | 100000 |
Color Harmonies of #0C954A
Complementary color
Monochromatic Colors of #0C954A
Black with #0C954A
Text Example
Text Example
White with #0C954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C954A; }
p { color: rgb(12,149,74); }
H1.HeaderClassName
{
color: #0C954A;
}
.AnyTagClassName
{
color: #0C954A;
}
</style>
background-color css
<style>
a { background-color: #0C954A; }
a { background-color: rgb(12,149,74); }
div.DivClassName
{
background-color: #0C954A;
}
.BgClassName
{
background-color: #0C954A;
}
</style>
border-color css
<style>
span { border-color: #0C954A; }
span { border-color: rgb(12,149,74); }
td.TdClassName
{
border-color: #0C954A;
}
.TagClassName
{
border-color: #0C954A;
}
</style>