Shades of Jade #0DAB73
Tints of Jade #0DAB73
RGB
CMYK
RGB Variations
Color information
#0DAB73 (or 0x0DAB73) is known color: Jade. HEX triplet: 0D, AB and 73. RGB value is (13,171,115). Sum of RGB (Red+Green+Blue) = 13+171+115=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB73 is #F2548C. Grayscale: #757575. Windows color (decimal): -15881357 or 7580429. OLE color: 7580429.
HSL color Cylindrical-coordinate representation of color #0DAB73: hue angle of 158.73º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB73 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 115 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.33 |
| HSL | 158.73º | 0.86% | 0.36% | - |
| HSV(B) | 158.73º | 0.92% | 0.67% | - |
| XYZ | 17.82 | 30.45 | 21.16 | - |
| YUV | 117.37 | 126.65 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 115 | 0.92 | 0 | 0.33 | 0.33 | 158.73 | 0.86 | 0.36 |
| Hex | D | AB | 73 | 5C | 0 | 21 | 21 | 9F | 56 | 24 |
| Octal | 15 | 253 | 163 | 134 | 0 | 41 | 41 | 237 | 126 | 44 |
| Binary | 1101 | 10101011 | 1110011 | 1011100 | 0 | 100001 | 100001 | 10011111 | 1010110 | 100100 |
Color Harmonies of #0DAB73
Complementary color
Monochromatic Colors of #0DAB73
Black with #0DAB73
Text Example
Text Example
White with #0DAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB73; }
p { color: rgb(13,171,115); }
H1.HeaderClassName
{
color: #0DAB73;
}
.AnyTagClassName
{
color: #0DAB73;
}
</style>
background-color css
<style>
a { background-color: #0DAB73; }
a { background-color: rgb(13,171,115); }
div.DivClassName
{
background-color: #0DAB73;
}
.BgClassName
{
background-color: #0DAB73;
}
</style>
border-color css
<style>
span { border-color: #0DAB73; }
span { border-color: rgb(13,171,115); }
td.TdClassName
{
border-color: #0DAB73;
}
.TagClassName
{
border-color: #0DAB73;
}
</style>