Shades of Jade #0DAB6E
Tints of Jade #0DAB6E
RGB
CMYK
RGB Variations
Color information
#0DAB6E (or 0x0DAB6E) is known color: Jade. HEX triplet: 0D, AB and 6E. RGB value is (13,171,110). Sum of RGB (Red+Green+Blue) = 13+171+110=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB6E is #F25491. Grayscale: #747474. Windows color (decimal): -15881362 or 7252749. OLE color: 7252749.
HSL color Cylindrical-coordinate representation of color #0DAB6E: hue angle of 156.84º 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 #0DAB6E is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 110 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.33 |
| HSL | 156.84º | 0.86% | 0.36% | - |
| HSV(B) | 156.84º | 0.92% | 0.67% | - |
| XYZ | 17.54 | 30.34 | 19.68 | - |
| YUV | 116.8 | 124.15 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 110 | 0.92 | 0 | 0.36 | 0.33 | 156.84 | 0.86 | 0.36 |
| Hex | D | AB | 6E | 5C | 0 | 24 | 21 | 9D | 56 | 24 |
| Octal | 15 | 253 | 156 | 134 | 0 | 44 | 41 | 235 | 126 | 44 |
| Binary | 1101 | 10101011 | 1101110 | 1011100 | 0 | 100100 | 100001 | 10011101 | 1010110 | 100100 |
Color Harmonies of #0DAB6E
Complementary color
Monochromatic Colors of #0DAB6E
Black with #0DAB6E
Text Example
Text Example
White with #0DAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB6E; }
p { color: rgb(13,171,110); }
H1.HeaderClassName
{
color: #0DAB6E;
}
.AnyTagClassName
{
color: #0DAB6E;
}
</style>
background-color css
<style>
a { background-color: #0DAB6E; }
a { background-color: rgb(13,171,110); }
div.DivClassName
{
background-color: #0DAB6E;
}
.BgClassName
{
background-color: #0DAB6E;
}
</style>
border-color css
<style>
span { border-color: #0DAB6E; }
span { border-color: rgb(13,171,110); }
td.TdClassName
{
border-color: #0DAB6E;
}
.TagClassName
{
border-color: #0DAB6E;
}
</style>