Shades of Jade #0CAC6C
Tints of Jade #0CAC6C
RGB
CMYK
RGB Variations
Color information
#0CAC6C (or 0x0CAC6C) is known color: Jade. HEX triplet: 0C, AC and 6C. RGB value is (12,172,108). Sum of RGB (Red+Green+Blue) = 12+172+108=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC6C is #F35393. Grayscale: #747474. Windows color (decimal): -15946644 or 7121932. OLE color: 7121932.
HSL color Cylindrical-coordinate representation of color #0CAC6C: hue angle of 156º 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 #0CAC6C is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 108 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.33 |
| HSL | 156º | 0.87% | 0.36% | - |
| HSV(B) | 156º | 0.93% | 0.67% | - |
| XYZ | 17.61 | 30.67 | 19.18 | - |
| YUV | 116.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 108 | 0.93 | 0 | 0.37 | 0.33 | 156 | 0.87 | 0.36 |
| Hex | C | AC | 6C | 5D | 0 | 25 | 21 | 9C | 57 | 24 |
| Octal | 14 | 254 | 154 | 135 | 0 | 45 | 41 | 234 | 127 | 44 |
| Binary | 1100 | 10101100 | 1101100 | 1011101 | 0 | 100101 | 100001 | 10011100 | 1010111 | 100100 |
Color Harmonies of #0CAC6C
Complementary color
Monochromatic Colors of #0CAC6C
Black with #0CAC6C
Text Example
Text Example
White with #0CAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC6C; }
p { color: rgb(12,172,108); }
H1.HeaderClassName
{
color: #0CAC6C;
}
.AnyTagClassName
{
color: #0CAC6C;
}
</style>
background-color css
<style>
a { background-color: #0CAC6C; }
a { background-color: rgb(12,172,108); }
div.DivClassName
{
background-color: #0CAC6C;
}
.BgClassName
{
background-color: #0CAC6C;
}
</style>
border-color css
<style>
span { border-color: #0CAC6C; }
span { border-color: rgb(12,172,108); }
td.TdClassName
{
border-color: #0CAC6C;
}
.TagClassName
{
border-color: #0CAC6C;
}
</style>