Shades of Pigment Green #0CAC57
Tints of Pigment Green #0CAC57
RGB
CMYK
RGB Variations
Color information
#0CAC57 (or 0x0CAC57) is known color: Pigment Green. HEX triplet: 0C, AC and 57. RGB value is (12,172,87). Sum of RGB (Red+Green+Blue) = 12+172+87=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC57 is #F353A8. Grayscale: #727272. Windows color (decimal): -15946665 or 5745676. OLE color: 5745676.
HSL color Cylindrical-coordinate representation of color #0CAC57: hue angle of 148.12º 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 #0CAC57 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 87 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.33 |
| HSL | 148.13º | 0.87% | 0.36% | - |
| HSV(B) | 148.13º | 0.93% | 0.67% | - |
| XYZ | 16.62 | 30.27 | 13.98 | - |
| YUV | 114.47 | 112.49 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 87 | 0.93 | 0 | 0.49 | 0.33 | 148.13 | 0.87 | 0.36 |
| Hex | C | AC | 57 | 5D | 0 | 31 | 21 | 94 | 57 | 24 |
| Octal | 14 | 254 | 127 | 135 | 0 | 61 | 41 | 224 | 127 | 44 |
| Binary | 1100 | 10101100 | 1010111 | 1011101 | 0 | 110001 | 100001 | 10010100 | 1010111 | 100100 |
Color Harmonies of #0CAC57
Complementary color
Monochromatic Colors of #0CAC57
Black with #0CAC57
Text Example
Text Example
White with #0CAC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC57; }
p { color: rgb(12,172,87); }
H1.HeaderClassName
{
color: #0CAC57;
}
.AnyTagClassName
{
color: #0CAC57;
}
</style>
background-color css
<style>
a { background-color: #0CAC57; }
a { background-color: rgb(12,172,87); }
div.DivClassName
{
background-color: #0CAC57;
}
.BgClassName
{
background-color: #0CAC57;
}
</style>
border-color css
<style>
span { border-color: #0CAC57; }
span { border-color: rgb(12,172,87); }
td.TdClassName
{
border-color: #0CAC57;
}
.TagClassName
{
border-color: #0CAC57;
}
</style>