Shades of Jade #0CAC6F
Tints of Jade #0CAC6F
RGB
CMYK
RGB Variations
Color information
#0CAC6F (or 0x0CAC6F) is known color: Jade. HEX triplet: 0C, AC and 6F. RGB value is (12,172,111). Sum of RGB (Red+Green+Blue) = 12+172+111=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC6F is #F35390. Grayscale: #757575. Windows color (decimal): -15946641 or 7318540. OLE color: 7318540.
HSL color Cylindrical-coordinate representation of color #0CAC6F: hue angle of 157.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 #0CAC6F is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 111 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.33 |
| HSL | 157.13º | 0.87% | 0.36% | - |
| HSV(B) | 157.13º | 0.93% | 0.67% | - |
| XYZ | 17.77 | 30.73 | 20.03 | - |
| YUV | 117.21 | 124.49 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 111 | 0.93 | 0 | 0.35 | 0.33 | 157.13 | 0.87 | 0.36 |
| Hex | C | AC | 6F | 5D | 0 | 23 | 21 | 9D | 57 | 24 |
| Octal | 14 | 254 | 157 | 135 | 0 | 43 | 41 | 235 | 127 | 44 |
| Binary | 1100 | 10101100 | 1101111 | 1011101 | 0 | 100011 | 100001 | 10011101 | 1010111 | 100100 |
Color Harmonies of #0CAC6F
Complementary color
Monochromatic Colors of #0CAC6F
Black with #0CAC6F
Text Example
Text Example
White with #0CAC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC6F; }
p { color: rgb(12,172,111); }
H1.HeaderClassName
{
color: #0CAC6F;
}
.AnyTagClassName
{
color: #0CAC6F;
}
</style>
background-color css
<style>
a { background-color: #0CAC6F; }
a { background-color: rgb(12,172,111); }
div.DivClassName
{
background-color: #0CAC6F;
}
.BgClassName
{
background-color: #0CAC6F;
}
</style>
border-color css
<style>
span { border-color: #0CAC6F; }
span { border-color: rgb(12,172,111); }
td.TdClassName
{
border-color: #0CAC6F;
}
.TagClassName
{
border-color: #0CAC6F;
}
</style>