Shades of Jade #0DA963
Tints of Jade #0DA963
RGB
CMYK
RGB Variations
Color information
#0DA963 (or 0x0DA963) is known color: Jade. HEX triplet: 0D, A9 and 63. RGB value is (13,169,99). Sum of RGB (Red+Green+Blue) = 13+169+99=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 169 (66.41% from 255 or 60.14% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA963 is #F2569C. Grayscale: #727272. Windows color (decimal): -15881885 or 6531341. OLE color: 6531341.
HSL color Cylindrical-coordinate representation of color #0DA963: hue angle of 153.08º 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 #0DA963 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 99 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.34 |
| HSL | 153.08º | 0.86% | 0.36% | - |
| HSV(B) | 153.08º | 0.92% | 0.66% | - |
| XYZ | 16.61 | 29.36 | 16.6 | - |
| YUV | 114.38 | 119.32 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 99 | 0.92 | 0 | 0.41 | 0.34 | 153.08 | 0.86 | 0.36 |
| Hex | D | A9 | 63 | 5C | 0 | 29 | 22 | 99 | 56 | 24 |
| Octal | 15 | 251 | 143 | 134 | 0 | 51 | 42 | 231 | 126 | 44 |
| Binary | 1101 | 10101001 | 1100011 | 1011100 | 0 | 101001 | 100010 | 10011001 | 1010110 | 100100 |
Color Harmonies of #0DA963
Complementary color
Monochromatic Colors of #0DA963
Black with #0DA963
Text Example
Text Example
White with #0DA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA963; }
p { color: rgb(13,169,99); }
H1.HeaderClassName
{
color: #0DA963;
}
.AnyTagClassName
{
color: #0DA963;
}
</style>
background-color css
<style>
a { background-color: #0DA963; }
a { background-color: rgb(13,169,99); }
div.DivClassName
{
background-color: #0DA963;
}
.BgClassName
{
background-color: #0DA963;
}
</style>
border-color css
<style>
span { border-color: #0DA963; }
span { border-color: rgb(13,169,99); }
td.TdClassName
{
border-color: #0DA963;
}
.TagClassName
{
border-color: #0DA963;
}
</style>