Shades of Jade #0CAA73
Tints of Jade #0CAA73
RGB
CMYK
RGB Variations
Color information
#0CAA73 (or 0x0CAA73) is known color: Jade. HEX triplet: 0C, AA and 73. RGB value is (12,170,115). Sum of RGB (Red+Green+Blue) = 12+170+115=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAA73 is #F3558C. Grayscale: #747474. Windows color (decimal): -15947149 or 7580172. OLE color: 7580172.
HSL color Cylindrical-coordinate representation of color #0CAA73: hue angle of 159.11º 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 #0CAA73 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 115 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.33 |
| HSL | 159.11º | 0.87% | 0.36% | - |
| HSV(B) | 159.11º | 0.93% | 0.67% | - |
| XYZ | 17.62 | 30.07 | 21.09 | - |
| YUV | 116.49 | 127.15 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 115 | 0.93 | 0 | 0.32 | 0.33 | 159.11 | 0.87 | 0.36 |
| Hex | C | AA | 73 | 5D | 0 | 20 | 21 | 9F | 57 | 24 |
| Octal | 14 | 252 | 163 | 135 | 0 | 40 | 41 | 237 | 127 | 44 |
| Binary | 1100 | 10101010 | 1110011 | 1011101 | 0 | 100000 | 100001 | 10011111 | 1010111 | 100100 |
Color Harmonies of #0CAA73
Complementary color
Monochromatic Colors of #0CAA73
Black with #0CAA73
Text Example
Text Example
White with #0CAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA73; }
p { color: rgb(12,170,115); }
H1.HeaderClassName
{
color: #0CAA73;
}
.AnyTagClassName
{
color: #0CAA73;
}
</style>
background-color css
<style>
a { background-color: #0CAA73; }
a { background-color: rgb(12,170,115); }
div.DivClassName
{
background-color: #0CAA73;
}
.BgClassName
{
background-color: #0CAA73;
}
</style>
border-color css
<style>
span { border-color: #0CAA73; }
span { border-color: rgb(12,170,115); }
td.TdClassName
{
border-color: #0CAA73;
}
.TagClassName
{
border-color: #0CAA73;
}
</style>