Shades of Jade #0DAB63
Tints of Jade #0DAB63
RGB
CMYK
RGB Variations
Color information
#0DAB63 (or 0x0DAB63) is known color: Jade. HEX triplet: 0D, AB and 63. RGB value is (13,171,99). Sum of RGB (Red+Green+Blue) = 13+171+99=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB63 is #F2549C. Grayscale: #737373. Windows color (decimal): -15881373 or 6531853. OLE color: 6531853.
HSL color Cylindrical-coordinate representation of color #0DAB63: hue angle of 152.66º 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 #0DAB63 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 99 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.33 |
| HSL | 152.66º | 0.86% | 0.36% | - |
| HSV(B) | 152.66º | 0.92% | 0.67% | - |
| XYZ | 16.98 | 30.11 | 16.72 | - |
| YUV | 115.55 | 118.65 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 99 | 0.92 | 0 | 0.42 | 0.33 | 152.66 | 0.86 | 0.36 |
| Hex | D | AB | 63 | 5C | 0 | 2A | 21 | 99 | 56 | 24 |
| Octal | 15 | 253 | 143 | 134 | 0 | 52 | 41 | 231 | 126 | 44 |
| Binary | 1101 | 10101011 | 1100011 | 1011100 | 0 | 101010 | 100001 | 10011001 | 1010110 | 100100 |
Color Harmonies of #0DAB63
Complementary color
Monochromatic Colors of #0DAB63
Black with #0DAB63
Text Example
Text Example
White with #0DAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB63; }
p { color: rgb(13,171,99); }
H1.HeaderClassName
{
color: #0DAB63;
}
.AnyTagClassName
{
color: #0DAB63;
}
</style>
background-color css
<style>
a { background-color: #0DAB63; }
a { background-color: rgb(13,171,99); }
div.DivClassName
{
background-color: #0DAB63;
}
.BgClassName
{
background-color: #0DAB63;
}
</style>
border-color css
<style>
span { border-color: #0DAB63; }
span { border-color: rgb(13,171,99); }
td.TdClassName
{
border-color: #0DAB63;
}
.TagClassName
{
border-color: #0DAB63;
}
</style>