Shades of Jade #0DA168
Tints of Jade #0DA168
RGB
CMYK
RGB Variations
Color information
#0DA168 (or 0x0DA168) is known color: Jade. HEX triplet: 0D, A1 and 68. RGB value is (13,161,104). Sum of RGB (Red+Green+Blue) = 13+161+104=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 161 (63.28% from 255 or 57.91% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA168 is #F25E97. Grayscale: #6E6E6E. Windows color (decimal): -15883928 or 6856973. OLE color: 6856973.
HSL color Cylindrical-coordinate representation of color #0DA168: hue angle of 156.89º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA168 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 104 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.37 |
| HSL | 156.89º | 0.85% | 0.34% | - |
| HSV(B) | 156.89º | 0.92% | 0.63% | - |
| XYZ | 15.41 | 26.57 | 17.41 | - |
| YUV | 110.25 | 124.47 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 104 | 0.92 | 0 | 0.35 | 0.37 | 156.89 | 0.85 | 0.34 |
| Hex | D | A1 | 68 | 5C | 0 | 23 | 25 | 9D | 55 | 22 |
| Octal | 15 | 241 | 150 | 134 | 0 | 43 | 45 | 235 | 125 | 42 |
| Binary | 1101 | 10100001 | 1101000 | 1011100 | 0 | 100011 | 100101 | 10011101 | 1010101 | 100010 |
Color Harmonies of #0DA168
Complementary color
Monochromatic Colors of #0DA168
Black with #0DA168
Text Example
Text Example
White with #0DA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA168; }
p { color: rgb(13,161,104); }
H1.HeaderClassName
{
color: #0DA168;
}
.AnyTagClassName
{
color: #0DA168;
}
</style>
background-color css
<style>
a { background-color: #0DA168; }
a { background-color: rgb(13,161,104); }
div.DivClassName
{
background-color: #0DA168;
}
.BgClassName
{
background-color: #0DA168;
}
</style>
border-color css
<style>
span { border-color: #0DA168; }
span { border-color: rgb(13,161,104); }
td.TdClassName
{
border-color: #0DA168;
}
.TagClassName
{
border-color: #0DA168;
}
</style>