Shades of Pigment Green #0C994F
Tints of Pigment Green #0C994F
RGB
CMYK
RGB Variations
Color information
#0C994F (or 0x0C994F) is known color: Pigment Green. HEX triplet: 0C, 99 and 4F. RGB value is (12,153,79). Sum of RGB (Red+Green+Blue) = 12+153+79=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #0C994F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C994F is #F366B0. Grayscale: #666666. Windows color (decimal): -15951537 or 5216524. OLE color: 5216524.
HSL color Cylindrical-coordinate representation of color #0C994F: hue angle of 148.51º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C994F is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 153 | 79 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.4 |
| HSL | 148.51º | 0.85% | 0.32% | - |
| HSV(B) | 148.51º | 0.92% | 0.6% | - |
| XYZ | 12.95 | 23.43 | 11.24 | - |
| YUV | 102.41 | 114.79 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 79 | 0.92 | 0 | 0.48 | 0.4 | 148.51 | 0.85 | 0.32 |
| Hex | C | 99 | 4F | 5C | 0 | 30 | 28 | 95 | 55 | 20 |
| Octal | 14 | 231 | 117 | 134 | 0 | 60 | 50 | 225 | 125 | 40 |
| Binary | 1100 | 10011001 | 1001111 | 1011100 | 0 | 110000 | 101000 | 10010101 | 1010101 | 100000 |
Color Harmonies of #0C994F
Complementary color
Monochromatic Colors of #0C994F
Black with #0C994F
Text Example
Text Example
White with #0C994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C994F; }
p { color: rgb(12,153,79); }
H1.HeaderClassName
{
color: #0C994F;
}
.AnyTagClassName
{
color: #0C994F;
}
</style>
background-color css
<style>
a { background-color: #0C994F; }
a { background-color: rgb(12,153,79); }
div.DivClassName
{
background-color: #0C994F;
}
.BgClassName
{
background-color: #0C994F;
}
</style>
border-color css
<style>
span { border-color: #0C994F; }
span { border-color: rgb(12,153,79); }
td.TdClassName
{
border-color: #0C994F;
}
.TagClassName
{
border-color: #0C994F;
}
</style>