Shades of Jade #0DAD6D
Tints of Jade #0DAD6D
RGB
CMYK
RGB Variations
Color information
#0DAD6D (or 0x0DAD6D) is known color: Jade. HEX triplet: 0D, AD and 6D. RGB value is (13,173,109). Sum of RGB (Red+Green+Blue) = 13+173+109=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD6D is #F25292. Grayscale: #757575. Windows color (decimal): -15880851 or 7187725. OLE color: 7187725.
HSL color Cylindrical-coordinate representation of color #0DAD6D: hue angle of 156º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAD6D is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 109 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.32 |
| HSL | 156º | 0.86% | 0.36% | - |
| HSV(B) | 156º | 0.92% | 0.68% | - |
| XYZ | 17.87 | 31.08 | 19.52 | - |
| YUV | 117.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 109 | 0.92 | 0 | 0.37 | 0.32 | 156 | 0.86 | 0.36 |
| Hex | D | AD | 6D | 5C | 0 | 25 | 20 | 9C | 56 | 24 |
| Octal | 15 | 255 | 155 | 134 | 0 | 45 | 40 | 234 | 126 | 44 |
| Binary | 1101 | 10101101 | 1101101 | 1011100 | 0 | 100101 | 100000 | 10011100 | 1010110 | 100100 |
Color Harmonies of #0DAD6D
Complementary color
Monochromatic Colors of #0DAD6D
Black with #0DAD6D
Text Example
Text Example
White with #0DAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD6D; }
p { color: rgb(13,173,109); }
H1.HeaderClassName
{
color: #0DAD6D;
}
.AnyTagClassName
{
color: #0DAD6D;
}
</style>
background-color css
<style>
a { background-color: #0DAD6D; }
a { background-color: rgb(13,173,109); }
div.DivClassName
{
background-color: #0DAD6D;
}
.BgClassName
{
background-color: #0DAD6D;
}
</style>
border-color css
<style>
span { border-color: #0DAD6D; }
span { border-color: rgb(13,173,109); }
td.TdClassName
{
border-color: #0DAD6D;
}
.TagClassName
{
border-color: #0DAD6D;
}
</style>