Shades of Jade #0DAE71
Tints of Jade #0DAE71
RGB
CMYK
RGB Variations
Color information
#0DAE71 (or 0x0DAE71) is known color: Jade. HEX triplet: 0D, AE and 71. RGB value is (13,174,113). Sum of RGB (Red+Green+Blue) = 13+174+113=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAE71 is #F2518E. Grayscale: #767676. Windows color (decimal): -15880591 or 7450125. OLE color: 7450125.
HSL color Cylindrical-coordinate representation of color #0DAE71: hue angle of 157.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE71 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 113 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.32 |
| HSL | 157.27º | 0.86% | 0.37% | - |
| HSV(B) | 157.27º | 0.93% | 0.68% | - |
| XYZ | 18.28 | 31.55 | 20.75 | - |
| YUV | 118.91 | 124.66 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 113 | 0.93 | 0 | 0.35 | 0.32 | 157.27 | 0.86 | 0.37 |
| Hex | D | AE | 71 | 5D | 0 | 23 | 20 | 9D | 56 | 25 |
| Octal | 15 | 256 | 161 | 135 | 0 | 43 | 40 | 235 | 126 | 45 |
| Binary | 1101 | 10101110 | 1110001 | 1011101 | 0 | 100011 | 100000 | 10011101 | 1010110 | 100101 |
Color Harmonies of #0DAE71
Complementary color
Monochromatic Colors of #0DAE71
Black with #0DAE71
Text Example
Text Example
White with #0DAE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE71; }
p { color: rgb(13,174,113); }
H1.HeaderClassName
{
color: #0DAE71;
}
.AnyTagClassName
{
color: #0DAE71;
}
</style>
background-color css
<style>
a { background-color: #0DAE71; }
a { background-color: rgb(13,174,113); }
div.DivClassName
{
background-color: #0DAE71;
}
.BgClassName
{
background-color: #0DAE71;
}
</style>
border-color css
<style>
span { border-color: #0DAE71; }
span { border-color: rgb(13,174,113); }
td.TdClassName
{
border-color: #0DAE71;
}
.TagClassName
{
border-color: #0DAE71;
}
</style>