Shades of Jade #0DAD74
Tints of Jade #0DAD74
RGB
CMYK
RGB Variations
Color information
#0DAD74 (or 0x0DAD74) is known color: Jade. HEX triplet: 0D, AD and 74. RGB value is (13,173,116). Sum of RGB (Red+Green+Blue) = 13+173+116=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD74 is #F2528B. Grayscale: #767676. Windows color (decimal): -15880844 or 7646477. OLE color: 7646477.
HSL color Cylindrical-coordinate representation of color #0DAD74: hue angle of 158.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 #0DAD74 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 116 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.32 |
| HSL | 158.63º | 0.86% | 0.36% | - |
| HSV(B) | 158.63º | 0.92% | 0.68% | - |
| XYZ | 18.26 | 31.23 | 21.59 | - |
| YUV | 118.66 | 126.49 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 116 | 0.92 | 0 | 0.33 | 0.32 | 158.63 | 0.86 | 0.36 |
| Hex | D | AD | 74 | 5C | 0 | 21 | 20 | 9F | 56 | 24 |
| Octal | 15 | 255 | 164 | 134 | 0 | 41 | 40 | 237 | 126 | 44 |
| Binary | 1101 | 10101101 | 1110100 | 1011100 | 0 | 100001 | 100000 | 10011111 | 1010110 | 100100 |
Color Harmonies of #0DAD74
Complementary color
Monochromatic Colors of #0DAD74
Black with #0DAD74
Text Example
Text Example
White with #0DAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD74; }
p { color: rgb(13,173,116); }
H1.HeaderClassName
{
color: #0DAD74;
}
.AnyTagClassName
{
color: #0DAD74;
}
</style>
background-color css
<style>
a { background-color: #0DAD74; }
a { background-color: rgb(13,173,116); }
div.DivClassName
{
background-color: #0DAD74;
}
.BgClassName
{
background-color: #0DAD74;
}
</style>
border-color css
<style>
span { border-color: #0DAD74; }
span { border-color: rgb(13,173,116); }
td.TdClassName
{
border-color: #0DAD74;
}
.TagClassName
{
border-color: #0DAD74;
}
</style>