Shades of Pigment Green #0C984A
Tints of Pigment Green #0C984A
RGB
CMYK
RGB Variations
Color information
#0C984A (or 0x0C984A) is known color: Pigment Green. HEX triplet: 0C, 98 and 4A. RGB value is (12,152,74). Sum of RGB (Red+Green+Blue) = 12+152+74=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 152 (59.77% from 255 or 63.87% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 152 - color contains mainly: green. Hex color #0C984A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C984A is #F367B5. Grayscale: #656565. Windows color (decimal): -15951798 or 4888588. OLE color: 4888588.
HSL color Cylindrical-coordinate representation of color #0C984A: hue angle of 146.57º 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 #0C984A is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 152 | 74 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.40 |
| HSL | 146.57º | 0.85% | 0.32% | - |
| HSV(B) | 146.57º | 0.92% | 0.6% | - |
| XYZ | 12.62 | 23.03 | 10.26 | - |
| YUV | 101.25 | 112.62 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 74 | 0.92 | 0 | 0.51 | 0.40 | 146.57 | 0.85 | 0.32 |
| Hex | C | 98 | 4A | 5C | 0 | 33 | 28 | 93 | 55 | 20 |
| Octal | 14 | 230 | 112 | 134 | 0 | 63 | 50 | 223 | 125 | 40 |
| Binary | 1100 | 10011000 | 1001010 | 1011100 | 0 | 110011 | 101000 | 10010011 | 1010101 | 100000 |
Color Harmonies of #0C984A
Complementary color
Monochromatic Colors of #0C984A
Black with #0C984A
Text Example
Text Example
White with #0C984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C984A; }
p { color: rgb(12,152,74); }
H1.HeaderClassName
{
color: #0C984A;
}
.AnyTagClassName
{
color: #0C984A;
}
</style>
background-color css
<style>
a { background-color: #0C984A; }
a { background-color: rgb(12,152,74); }
div.DivClassName
{
background-color: #0C984A;
}
.BgClassName
{
background-color: #0C984A;
}
</style>
border-color css
<style>
span { border-color: #0C984A; }
span { border-color: rgb(12,152,74); }
td.TdClassName
{
border-color: #0C984A;
}
.TagClassName
{
border-color: #0C984A;
}
</style>