Shades of Pigment Green #0C954D
Tints of Pigment Green #0C954D
RGB
CMYK
RGB Variations
Color information
#0C954D (or 0x0C954D) is known color: Pigment Green. HEX triplet: 0C, 95 and 4D. RGB value is (12,149,77). Sum of RGB (Red+Green+Blue) = 12+149+77=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #0C954D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C954D is #F36AB2. Grayscale: #636363. Windows color (decimal): -15952563 or 5084428. OLE color: 5084428.
HSL color Cylindrical-coordinate representation of color #0C954D: hue angle of 148.47º 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 #0C954D is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 77 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.42 |
| HSL | 148.47º | 0.85% | 0.32% | - |
| HSV(B) | 148.47º | 0.92% | 0.58% | - |
| XYZ | 12.24 | 22.11 | 10.64 | - |
| YUV | 99.83 | 115.11 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 77 | 0.92 | 0 | 0.48 | 0.42 | 148.47 | 0.85 | 0.32 |
| Hex | C | 95 | 4D | 5C | 0 | 30 | 2A | 94 | 55 | 20 |
| Octal | 14 | 225 | 115 | 134 | 0 | 60 | 52 | 224 | 125 | 40 |
| Binary | 1100 | 10010101 | 1001101 | 1011100 | 0 | 110000 | 101010 | 10010100 | 1010101 | 100000 |
Color Harmonies of #0C954D
Complementary color
Monochromatic Colors of #0C954D
Black with #0C954D
Text Example
Text Example
White with #0C954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C954D; }
p { color: rgb(12,149,77); }
H1.HeaderClassName
{
color: #0C954D;
}
.AnyTagClassName
{
color: #0C954D;
}
</style>
background-color css
<style>
a { background-color: #0C954D; }
a { background-color: rgb(12,149,77); }
div.DivClassName
{
background-color: #0C954D;
}
.BgClassName
{
background-color: #0C954D;
}
</style>
border-color css
<style>
span { border-color: #0C954D; }
span { border-color: rgb(12,149,77); }
td.TdClassName
{
border-color: #0C954D;
}
.TagClassName
{
border-color: #0C954D;
}
</style>