Shades of Jade #0DAD64
Tints of Jade #0DAD64
RGB
CMYK
RGB Variations
Color information
#0DAD64 (or 0x0DAD64) is known color: Jade. HEX triplet: 0D, AD and 64. RGB value is (13,173,100). Sum of RGB (Red+Green+Blue) = 13+173+100=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 173 (67.97% from 255 or 60.49% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD64 is #F2529B. Grayscale: #747474. Windows color (decimal): -15880860 or 6597901. OLE color: 6597901.
HSL color Cylindrical-coordinate representation of color #0DAD64: hue angle of 152.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAD64 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 100 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.32 |
| HSL | 152.63º | 0.86% | 0.36% | - |
| HSV(B) | 152.63º | 0.92% | 0.68% | - |
| XYZ | 17.41 | 30.89 | 17.1 | - |
| YUV | 116.84 | 118.49 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 100 | 0.92 | 0 | 0.42 | 0.32 | 152.63 | 0.86 | 0.36 |
| Hex | D | AD | 64 | 5C | 0 | 2A | 20 | 99 | 56 | 24 |
| Octal | 15 | 255 | 144 | 134 | 0 | 52 | 40 | 231 | 126 | 44 |
| Binary | 1101 | 10101101 | 1100100 | 1011100 | 0 | 101010 | 100000 | 10011001 | 1010110 | 100100 |
Color Harmonies of #0DAD64
Complementary color
Monochromatic Colors of #0DAD64
Black with #0DAD64
Text Example
Text Example
White with #0DAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD64; }
p { color: rgb(13,173,100); }
H1.HeaderClassName
{
color: #0DAD64;
}
.AnyTagClassName
{
color: #0DAD64;
}
</style>
background-color css
<style>
a { background-color: #0DAD64; }
a { background-color: rgb(13,173,100); }
div.DivClassName
{
background-color: #0DAD64;
}
.BgClassName
{
background-color: #0DAD64;
}
</style>
border-color css
<style>
span { border-color: #0DAD64; }
span { border-color: rgb(13,173,100); }
td.TdClassName
{
border-color: #0DAD64;
}
.TagClassName
{
border-color: #0DAD64;
}
</style>