Shades of Jade #0CAB73
Tints of Jade #0CAB73
RGB
CMYK
RGB Variations
Color information
#0CAB73 (or 0x0CAB73) is known color: Jade. HEX triplet: 0C, AB and 73. RGB value is (12,171,115). Sum of RGB (Red+Green+Blue) = 12+171+115=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAB73 is #F3548C. Grayscale: #757575. Windows color (decimal): -15946893 or 7580428. OLE color: 7580428.
HSL color Cylindrical-coordinate representation of color #0CAB73: hue angle of 158.87º 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 #0CAB73 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 171 | 115 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.33 |
| HSL | 158.87º | 0.87% | 0.36% | - |
| HSV(B) | 158.87º | 0.93% | 0.67% | - |
| XYZ | 17.81 | 30.44 | 21.16 | - |
| YUV | 117.08 | 126.82 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 115 | 0.93 | 0 | 0.33 | 0.33 | 158.87 | 0.87 | 0.36 |
| Hex | C | AB | 73 | 5D | 0 | 21 | 21 | 9F | 57 | 24 |
| Octal | 14 | 253 | 163 | 135 | 0 | 41 | 41 | 237 | 127 | 44 |
| Binary | 1100 | 10101011 | 1110011 | 1011101 | 0 | 100001 | 100001 | 10011111 | 1010111 | 100100 |
Color Harmonies of #0CAB73
Complementary color
Monochromatic Colors of #0CAB73
Black with #0CAB73
Text Example
Text Example
White with #0CAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAB73; }
p { color: rgb(12,171,115); }
H1.HeaderClassName
{
color: #0CAB73;
}
.AnyTagClassName
{
color: #0CAB73;
}
</style>
background-color css
<style>
a { background-color: #0CAB73; }
a { background-color: rgb(12,171,115); }
div.DivClassName
{
background-color: #0CAB73;
}
.BgClassName
{
background-color: #0CAB73;
}
</style>
border-color css
<style>
span { border-color: #0CAB73; }
span { border-color: rgb(12,171,115); }
td.TdClassName
{
border-color: #0CAB73;
}
.TagClassName
{
border-color: #0CAB73;
}
</style>