Shades of Pigment Green #0CAC52
Tints of Pigment Green #0CAC52
RGB
CMYK
RGB Variations
Color information
#0CAC52 (or 0x0CAC52) is known color: Pigment Green. HEX triplet: 0C, AC and 52. RGB value is (12,172,82). Sum of RGB (Red+Green+Blue) = 12+172+82=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 172 (67.58% from 255 or 64.66% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC52 is #F353AD. Grayscale: #727272. Windows color (decimal): -15946670 or 5417996. OLE color: 5417996.
HSL color Cylindrical-coordinate representation of color #0CAC52: hue angle of 146.25º 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 #0CAC52 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 82 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.33 |
| HSL | 146.25º | 0.87% | 0.36% | - |
| HSV(B) | 146.25º | 0.93% | 0.67% | - |
| XYZ | 16.43 | 30.19 | 12.94 | - |
| YUV | 113.9 | 109.99 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 82 | 0.93 | 0 | 0.52 | 0.33 | 146.25 | 0.87 | 0.36 |
| Hex | C | AC | 52 | 5D | 0 | 34 | 21 | 92 | 57 | 24 |
| Octal | 14 | 254 | 122 | 135 | 0 | 64 | 41 | 222 | 127 | 44 |
| Binary | 1100 | 10101100 | 1010010 | 1011101 | 0 | 110100 | 100001 | 10010010 | 1010111 | 100100 |
Color Harmonies of #0CAC52
Complementary color
Monochromatic Colors of #0CAC52
Black with #0CAC52
Text Example
Text Example
White with #0CAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC52; }
p { color: rgb(12,172,82); }
H1.HeaderClassName
{
color: #0CAC52;
}
.AnyTagClassName
{
color: #0CAC52;
}
</style>
background-color css
<style>
a { background-color: #0CAC52; }
a { background-color: rgb(12,172,82); }
div.DivClassName
{
background-color: #0CAC52;
}
.BgClassName
{
background-color: #0CAC52;
}
</style>
border-color css
<style>
span { border-color: #0CAC52; }
span { border-color: rgb(12,172,82); }
td.TdClassName
{
border-color: #0CAC52;
}
.TagClassName
{
border-color: #0CAC52;
}
</style>