Shades of Jade #0DAD67
Tints of Jade #0DAD67
RGB
CMYK
RGB Variations
Color information
#0DAD67 (or 0x0DAD67) is known color: Jade. HEX triplet: 0D, AD and 67. RGB value is (13,173,103). Sum of RGB (Red+Green+Blue) = 13+173+103=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD67 is #F25298. Grayscale: #757575. Windows color (decimal): -15880857 or 6794509. OLE color: 6794509.
HSL color Cylindrical-coordinate representation of color #0DAD67: hue angle of 153.75º 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 #0DAD67 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 103 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.32 |
| HSL | 153.75º | 0.86% | 0.36% | - |
| HSV(B) | 153.75º | 0.92% | 0.68% | - |
| XYZ | 17.56 | 30.95 | 17.88 | - |
| YUV | 117.18 | 119.99 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 103 | 0.92 | 0 | 0.40 | 0.32 | 153.75 | 0.86 | 0.36 |
| Hex | D | AD | 67 | 5C | 0 | 28 | 20 | 9A | 56 | 24 |
| Octal | 15 | 255 | 147 | 134 | 0 | 50 | 40 | 232 | 126 | 44 |
| Binary | 1101 | 10101101 | 1100111 | 1011100 | 0 | 101000 | 100000 | 10011010 | 1010110 | 100100 |
Color Harmonies of #0DAD67
Complementary color
Monochromatic Colors of #0DAD67
Black with #0DAD67
Text Example
Text Example
White with #0DAD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD67; }
p { color: rgb(13,173,103); }
H1.HeaderClassName
{
color: #0DAD67;
}
.AnyTagClassName
{
color: #0DAD67;
}
</style>
background-color css
<style>
a { background-color: #0DAD67; }
a { background-color: rgb(13,173,103); }
div.DivClassName
{
background-color: #0DAD67;
}
.BgClassName
{
background-color: #0DAD67;
}
</style>
border-color css
<style>
span { border-color: #0DAD67; }
span { border-color: rgb(13,173,103); }
td.TdClassName
{
border-color: #0DAD67;
}
.TagClassName
{
border-color: #0DAD67;
}
</style>