Shades of Pigment Green #0CAC54
Tints of Pigment Green #0CAC54
RGB
CMYK
RGB Variations
Color information
#0CAC54 (or 0x0CAC54) is known color: Pigment Green. HEX triplet: 0C, AC and 54. RGB value is (12,172,84). Sum of RGB (Red+Green+Blue) = 12+172+84=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC54 is #F353AB. Grayscale: #727272. Windows color (decimal): -15946668 or 5549068. OLE color: 5549068.
HSL color Cylindrical-coordinate representation of color #0CAC54: hue angle of 147º 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 #0CAC54 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 84 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.33 |
| HSL | 147º | 0.87% | 0.36% | - |
| HSV(B) | 147º | 0.93% | 0.67% | - |
| XYZ | 16.5 | 30.22 | 13.35 | - |
| YUV | 114.13 | 110.99 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 84 | 0.93 | 0 | 0.51 | 0.33 | 147 | 0.87 | 0.36 |
| Hex | C | AC | 54 | 5D | 0 | 33 | 21 | 93 | 57 | 24 |
| Octal | 14 | 254 | 124 | 135 | 0 | 63 | 41 | 223 | 127 | 44 |
| Binary | 1100 | 10101100 | 1010100 | 1011101 | 0 | 110011 | 100001 | 10010011 | 1010111 | 100100 |
Color Harmonies of #0CAC54
Complementary color
Monochromatic Colors of #0CAC54
Black with #0CAC54
Text Example
Text Example
White with #0CAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC54; }
p { color: rgb(12,172,84); }
H1.HeaderClassName
{
color: #0CAC54;
}
.AnyTagClassName
{
color: #0CAC54;
}
</style>
background-color css
<style>
a { background-color: #0CAC54; }
a { background-color: rgb(12,172,84); }
div.DivClassName
{
background-color: #0CAC54;
}
.BgClassName
{
background-color: #0CAC54;
}
</style>
border-color css
<style>
span { border-color: #0CAC54; }
span { border-color: rgb(12,172,84); }
td.TdClassName
{
border-color: #0CAC54;
}
.TagClassName
{
border-color: #0CAC54;
}
</style>