Shades of Jade #0CAC79
Tints of Jade #0CAC79
RGB
CMYK
RGB Variations
Color information
#0CAC79 (or 0x0CAC79) is known color: Jade. HEX triplet: 0C, AC and 79. RGB value is (12,172,121). Sum of RGB (Red+Green+Blue) = 12+172+121=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC79 is #F35386. Grayscale: #767676. Windows color (decimal): -15946631 or 7973900. OLE color: 7973900.
HSL color Cylindrical-coordinate representation of color #0CAC79: hue angle of 160.88º 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 #0CAC79 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 121 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.33 |
| HSL | 160.88º | 0.87% | 0.36% | - |
| HSV(B) | 160.88º | 0.93% | 0.67% | - |
| XYZ | 18.36 | 30.96 | 23.1 | - |
| YUV | 118.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 121 | 0.93 | 0 | 0.30 | 0.33 | 160.88 | 0.87 | 0.36 |
| Hex | C | AC | 79 | 5D | 0 | 1E | 21 | A1 | 57 | 24 |
| Octal | 14 | 254 | 171 | 135 | 0 | 36 | 41 | 241 | 127 | 44 |
| Binary | 1100 | 10101100 | 1111001 | 1011101 | 0 | 11110 | 100001 | 10100001 | 1010111 | 100100 |
Color Harmonies of #0CAC79
Complementary color
Monochromatic Colors of #0CAC79
Black with #0CAC79
Text Example
Text Example
White with #0CAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC79; }
p { color: rgb(12,172,121); }
H1.HeaderClassName
{
color: #0CAC79;
}
.AnyTagClassName
{
color: #0CAC79;
}
</style>
background-color css
<style>
a { background-color: #0CAC79; }
a { background-color: rgb(12,172,121); }
div.DivClassName
{
background-color: #0CAC79;
}
.BgClassName
{
background-color: #0CAC79;
}
</style>
border-color css
<style>
span { border-color: #0CAC79; }
span { border-color: rgb(12,172,121); }
td.TdClassName
{
border-color: #0CAC79;
}
.TagClassName
{
border-color: #0CAC79;
}
</style>