Shades of Jade #0DA973
Tints of Jade #0DA973
RGB
CMYK
RGB Variations
Color information
#0DA973 (or 0x0DA973) is known color: Jade. HEX triplet: 0D, A9 and 73. RGB value is (13,169,115). Sum of RGB (Red+Green+Blue) = 13+169+115=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA973 is #F2568C. Grayscale: #747474. Windows color (decimal): -15881869 or 7579917. OLE color: 7579917.
HSL color Cylindrical-coordinate representation of color #0DA973: hue angle of 159.23º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA973 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 115 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.34 |
| HSL | 159.23º | 0.86% | 0.36% | - |
| HSV(B) | 159.23º | 0.92% | 0.66% | - |
| XYZ | 17.45 | 29.7 | 21.03 | - |
| YUV | 116.2 | 127.32 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 115 | 0.92 | 0 | 0.32 | 0.34 | 159.23 | 0.86 | 0.36 |
| Hex | D | A9 | 73 | 5C | 0 | 20 | 22 | 9F | 56 | 24 |
| Octal | 15 | 251 | 163 | 134 | 0 | 40 | 42 | 237 | 126 | 44 |
| Binary | 1101 | 10101001 | 1110011 | 1011100 | 0 | 100000 | 100010 | 10011111 | 1010110 | 100100 |
Color Harmonies of #0DA973
Complementary color
Monochromatic Colors of #0DA973
Black with #0DA973
Text Example
Text Example
White with #0DA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA973; }
p { color: rgb(13,169,115); }
H1.HeaderClassName
{
color: #0DA973;
}
.AnyTagClassName
{
color: #0DA973;
}
</style>
background-color css
<style>
a { background-color: #0DA973; }
a { background-color: rgb(13,169,115); }
div.DivClassName
{
background-color: #0DA973;
}
.BgClassName
{
background-color: #0DA973;
}
</style>
border-color css
<style>
span { border-color: #0DA973; }
span { border-color: rgb(13,169,115); }
td.TdClassName
{
border-color: #0DA973;
}
.TagClassName
{
border-color: #0DA973;
}
</style>