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