Shades of Jade #0CAC72
Tints of Jade #0CAC72
RGB
CMYK
RGB Variations
Color information
#0CAC72 (or 0x0CAC72) is known color: Jade. HEX triplet: 0C, AC and 72. RGB value is (12,172,114). Sum of RGB (Red+Green+Blue) = 12+172+114=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC72 is #F3538D. Grayscale: #757575. Windows color (decimal): -15946638 or 7515148. OLE color: 7515148.
HSL color Cylindrical-coordinate representation of color #0CAC72: hue angle of 158.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 #0CAC72 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 114 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.33 |
| HSL | 158.25º | 0.87% | 0.36% | - |
| HSV(B) | 158.25º | 0.93% | 0.67% | - |
| XYZ | 17.94 | 30.8 | 20.92 | - |
| YUV | 117.55 | 125.99 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 114 | 0.93 | 0 | 0.34 | 0.33 | 158.25 | 0.87 | 0.36 |
| Hex | C | AC | 72 | 5D | 0 | 22 | 21 | 9E | 57 | 24 |
| Octal | 14 | 254 | 162 | 135 | 0 | 42 | 41 | 236 | 127 | 44 |
| Binary | 1100 | 10101100 | 1110010 | 1011101 | 0 | 100010 | 100001 | 10011110 | 1010111 | 100100 |
Color Harmonies of #0CAC72
Complementary color
Monochromatic Colors of #0CAC72
Black with #0CAC72
Text Example
Text Example
White with #0CAC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC72; }
p { color: rgb(12,172,114); }
H1.HeaderClassName
{
color: #0CAC72;
}
.AnyTagClassName
{
color: #0CAC72;
}
</style>
background-color css
<style>
a { background-color: #0CAC72; }
a { background-color: rgb(12,172,114); }
div.DivClassName
{
background-color: #0CAC72;
}
.BgClassName
{
background-color: #0CAC72;
}
</style>
border-color css
<style>
span { border-color: #0CAC72; }
span { border-color: rgb(12,172,114); }
td.TdClassName
{
border-color: #0CAC72;
}
.TagClassName
{
border-color: #0CAC72;
}
</style>