Shades of Jade #0DAB67
Tints of Jade #0DAB67
RGB
CMYK
RGB Variations
Color information
#0DAB67 (or 0x0DAB67) is known color: Jade. HEX triplet: 0D, AB and 67. RGB value is (13,171,103). Sum of RGB (Red+Green+Blue) = 13+171+103=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB67 is #F25498. Grayscale: #747474. Windows color (decimal): -15881369 or 6793997. OLE color: 6793997.
HSL color Cylindrical-coordinate representation of color #0DAB67: hue angle of 154.18º 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 #0DAB67 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 103 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.33 |
| HSL | 154.18º | 0.86% | 0.36% | - |
| HSV(B) | 154.18º | 0.92% | 0.67% | - |
| XYZ | 17.18 | 30.19 | 17.75 | - |
| YUV | 116.01 | 120.65 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 103 | 0.92 | 0 | 0.40 | 0.33 | 154.18 | 0.86 | 0.36 |
| Hex | D | AB | 67 | 5C | 0 | 28 | 21 | 9A | 56 | 24 |
| Octal | 15 | 253 | 147 | 134 | 0 | 50 | 41 | 232 | 126 | 44 |
| Binary | 1101 | 10101011 | 1100111 | 1011100 | 0 | 101000 | 100001 | 10011010 | 1010110 | 100100 |
Color Harmonies of #0DAB67
Complementary color
Monochromatic Colors of #0DAB67
Black with #0DAB67
Text Example
Text Example
White with #0DAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB67; }
p { color: rgb(13,171,103); }
H1.HeaderClassName
{
color: #0DAB67;
}
.AnyTagClassName
{
color: #0DAB67;
}
</style>
background-color css
<style>
a { background-color: #0DAB67; }
a { background-color: rgb(13,171,103); }
div.DivClassName
{
background-color: #0DAB67;
}
.BgClassName
{
background-color: #0DAB67;
}
</style>
border-color css
<style>
span { border-color: #0DAB67; }
span { border-color: rgb(13,171,103); }
td.TdClassName
{
border-color: #0DAB67;
}
.TagClassName
{
border-color: #0DAB67;
}
</style>