Shades of Jade #0DA570
Tints of Jade #0DA570
RGB
CMYK
RGB Variations
Color information
#0DA570 (or 0x0DA570) is known color: Jade. HEX triplet: 0D, A5 and 70. RGB value is (13,165,112). Sum of RGB (Red+Green+Blue) = 13+165+112=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA570 is #F25A8F. Grayscale: #717171. Windows color (decimal): -15882896 or 7382285. OLE color: 7382285.
HSL color Cylindrical-coordinate representation of color #0DA570: hue angle of 159.08º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA570 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 165 | 112 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.35 |
| HSL | 159.08º | 0.85% | 0.35% | - |
| HSV(B) | 159.08º | 0.92% | 0.65% | - |
| XYZ | 16.55 | 28.17 | 19.89 | - |
| YUV | 113.51 | 127.14 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 165 | 112 | 0.92 | 0 | 0.32 | 0.35 | 159.08 | 0.85 | 0.35 |
| Hex | D | A5 | 70 | 5C | 0 | 20 | 23 | 9F | 55 | 23 |
| Octal | 15 | 245 | 160 | 134 | 0 | 40 | 43 | 237 | 125 | 43 |
| Binary | 1101 | 10100101 | 1110000 | 1011100 | 0 | 100000 | 100011 | 10011111 | 1010101 | 100011 |
Color Harmonies of #0DA570
Complementary color
Monochromatic Colors of #0DA570
Black with #0DA570
Text Example
Text Example
White with #0DA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA570; }
p { color: rgb(13,165,112); }
H1.HeaderClassName
{
color: #0DA570;
}
.AnyTagClassName
{
color: #0DA570;
}
</style>
background-color css
<style>
a { background-color: #0DA570; }
a { background-color: rgb(13,165,112); }
div.DivClassName
{
background-color: #0DA570;
}
.BgClassName
{
background-color: #0DA570;
}
</style>
border-color css
<style>
span { border-color: #0DA570; }
span { border-color: rgb(13,165,112); }
td.TdClassName
{
border-color: #0DA570;
}
.TagClassName
{
border-color: #0DA570;
}
</style>