Shades of Pigment Green #0CAD54
Tints of Pigment Green #0CAD54
RGB
CMYK
RGB Variations
Color information
#0CAD54 (or 0x0CAD54) is known color: Pigment Green. HEX triplet: 0C, AD and 54. RGB value is (12,173,84). Sum of RGB (Red+Green+Blue) = 12+173+84=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 173 (67.97% from 255 or 64.31% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAD54 is #F352AB. Grayscale: #727272. Windows color (decimal): -15946412 or 5549324. OLE color: 5549324.
HSL color Cylindrical-coordinate representation of color #0CAD54: hue angle of 146.83º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAD54 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 173 | 84 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.32 |
| HSL | 146.83º | 0.87% | 0.36% | - |
| HSV(B) | 146.83º | 0.93% | 0.68% | - |
| XYZ | 16.7 | 30.61 | 13.42 | - |
| YUV | 114.72 | 110.66 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 84 | 0.93 | 0 | 0.51 | 0.32 | 146.83 | 0.87 | 0.36 |
| Hex | C | AD | 54 | 5D | 0 | 33 | 20 | 93 | 57 | 24 |
| Octal | 14 | 255 | 124 | 135 | 0 | 63 | 40 | 223 | 127 | 44 |
| Binary | 1100 | 10101101 | 1010100 | 1011101 | 0 | 110011 | 100000 | 10010011 | 1010111 | 100100 |
Color Harmonies of #0CAD54
Complementary color
Monochromatic Colors of #0CAD54
Black with #0CAD54
Text Example
Text Example
White with #0CAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAD54; }
p { color: rgb(12,173,84); }
H1.HeaderClassName
{
color: #0CAD54;
}
.AnyTagClassName
{
color: #0CAD54;
}
</style>
background-color css
<style>
a { background-color: #0CAD54; }
a { background-color: rgb(12,173,84); }
div.DivClassName
{
background-color: #0CAD54;
}
.BgClassName
{
background-color: #0CAD54;
}
</style>
border-color css
<style>
span { border-color: #0CAD54; }
span { border-color: rgb(12,173,84); }
td.TdClassName
{
border-color: #0CAD54;
}
.TagClassName
{
border-color: #0CAD54;
}
</style>