Shades of Jade #0DA872
Tints of Jade #0DA872
RGB
CMYK
RGB Variations
Color information
#0DA872 (or 0x0DA872) is known color: Jade. HEX triplet: 0D, A8 and 72. RGB value is (13,168,114). Sum of RGB (Red+Green+Blue) = 13+168+114=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA872 is #F2578D. Grayscale: #737373. Windows color (decimal): -15882126 or 7514125. OLE color: 7514125.
HSL color Cylindrical-coordinate representation of color #0DA872: hue angle of 159.1º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA872 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 168 | 114 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.34 |
| HSL | 159.1º | 0.86% | 0.35% | - |
| HSV(B) | 159.1º | 0.92% | 0.66% | - |
| XYZ | 17.21 | 29.31 | 20.67 | - |
| YUV | 115.5 | 127.15 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 114 | 0.92 | 0 | 0.32 | 0.34 | 159.1 | 0.86 | 0.35 |
| Hex | D | A8 | 72 | 5C | 0 | 20 | 22 | 9F | 56 | 23 |
| Octal | 15 | 250 | 162 | 134 | 0 | 40 | 42 | 237 | 126 | 43 |
| Binary | 1101 | 10101000 | 1110010 | 1011100 | 0 | 100000 | 100010 | 10011111 | 1010110 | 100011 |
Color Harmonies of #0DA872
Complementary color
Monochromatic Colors of #0DA872
Black with #0DA872
Text Example
Text Example
White with #0DA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA872; }
p { color: rgb(13,168,114); }
H1.HeaderClassName
{
color: #0DA872;
}
.AnyTagClassName
{
color: #0DA872;
}
</style>
background-color css
<style>
a { background-color: #0DA872; }
a { background-color: rgb(13,168,114); }
div.DivClassName
{
background-color: #0DA872;
}
.BgClassName
{
background-color: #0DA872;
}
</style>
border-color css
<style>
span { border-color: #0DA872; }
span { border-color: rgb(13,168,114); }
td.TdClassName
{
border-color: #0DA872;
}
.TagClassName
{
border-color: #0DA872;
}
</style>