Shades of Jade #0DAB6D
Tints of Jade #0DAB6D
RGB
CMYK
RGB Variations
Color information
#0DAB6D (or 0x0DAB6D) is known color: Jade. HEX triplet: 0D, AB and 6D. RGB value is (13,171,109). Sum of RGB (Red+Green+Blue) = 13+171+109=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB6D is #F25492. Grayscale: #747474. Windows color (decimal): -15881363 or 7187213. OLE color: 7187213.
HSL color Cylindrical-coordinate representation of color #0DAB6D: hue angle of 156.46º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB6D is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 109 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.33 |
| HSL | 156.46º | 0.86% | 0.36% | - |
| HSV(B) | 156.46º | 0.92% | 0.67% | - |
| XYZ | 17.49 | 30.32 | 19.4 | - |
| YUV | 116.69 | 123.65 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 109 | 0.92 | 0 | 0.36 | 0.33 | 156.46 | 0.86 | 0.36 |
| Hex | D | AB | 6D | 5C | 0 | 24 | 21 | 9C | 56 | 24 |
| Octal | 15 | 253 | 155 | 134 | 0 | 44 | 41 | 234 | 126 | 44 |
| Binary | 1101 | 10101011 | 1101101 | 1011100 | 0 | 100100 | 100001 | 10011100 | 1010110 | 100100 |
Color Harmonies of #0DAB6D
Complementary color
Monochromatic Colors of #0DAB6D
Black with #0DAB6D
Text Example
Text Example
White with #0DAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB6D; }
p { color: rgb(13,171,109); }
H1.HeaderClassName
{
color: #0DAB6D;
}
.AnyTagClassName
{
color: #0DAB6D;
}
</style>
background-color css
<style>
a { background-color: #0DAB6D; }
a { background-color: rgb(13,171,109); }
div.DivClassName
{
background-color: #0DAB6D;
}
.BgClassName
{
background-color: #0DAB6D;
}
</style>
border-color css
<style>
span { border-color: #0DAB6D; }
span { border-color: rgb(13,171,109); }
td.TdClassName
{
border-color: #0DAB6D;
}
.TagClassName
{
border-color: #0DAB6D;
}
</style>