Shades of Pigment Green #0CAC4D
Tints of Pigment Green #0CAC4D
RGB
CMYK
RGB Variations
Color information
#0CAC4D (or 0x0CAC4D) is known color: Pigment Green. HEX triplet: 0C, AC and 4D. RGB value is (12,172,77). Sum of RGB (Red+Green+Blue) = 12+172+77=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 172 (67.58% from 255 or 65.90% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC4D is #F353B2. Grayscale: #717171. Windows color (decimal): -15946675 or 5090316. OLE color: 5090316.
HSL color Cylindrical-coordinate representation of color #0CAC4D: hue angle of 144.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAC4D is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 77 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.33 |
| HSL | 144.38º | 0.87% | 0.36% | - |
| HSV(B) | 144.38º | 0.93% | 0.67% | - |
| XYZ | 16.24 | 30.12 | 11.98 | - |
| YUV | 113.33 | 107.49 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 77 | 0.93 | 0 | 0.55 | 0.33 | 144.38 | 0.87 | 0.36 |
| Hex | C | AC | 4D | 5D | 0 | 37 | 21 | 90 | 57 | 24 |
| Octal | 14 | 254 | 115 | 135 | 0 | 67 | 41 | 220 | 127 | 44 |
| Binary | 1100 | 10101100 | 1001101 | 1011101 | 0 | 110111 | 100001 | 10010000 | 1010111 | 100100 |
Color Harmonies of #0CAC4D
Complementary color
Monochromatic Colors of #0CAC4D
Black with #0CAC4D
Text Example
Text Example
White with #0CAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC4D; }
p { color: rgb(12,172,77); }
H1.HeaderClassName
{
color: #0CAC4D;
}
.AnyTagClassName
{
color: #0CAC4D;
}
</style>
background-color css
<style>
a { background-color: #0CAC4D; }
a { background-color: rgb(12,172,77); }
div.DivClassName
{
background-color: #0CAC4D;
}
.BgClassName
{
background-color: #0CAC4D;
}
</style>
border-color css
<style>
span { border-color: #0CAC4D; }
span { border-color: rgb(12,172,77); }
td.TdClassName
{
border-color: #0CAC4D;
}
.TagClassName
{
border-color: #0CAC4D;
}
</style>