Shades of Jade #0DAE77
Tints of Jade #0DAE77
RGB
CMYK
RGB Variations
Color information
#0DAE77 (or 0x0DAE77) is known color: Jade. HEX triplet: 0D, AE and 77. RGB value is (13,174,119). Sum of RGB (Red+Green+Blue) = 13+174+119=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAE77 is #F25188. Grayscale: #777777. Windows color (decimal): -15880585 or 7843341. OLE color: 7843341.
HSL color Cylindrical-coordinate representation of color #0DAE77: hue angle of 159.5º 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 #0DAE77 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 119 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.32 |
| HSL | 159.5º | 0.86% | 0.37% | - |
| HSV(B) | 159.5º | 0.93% | 0.68% | - |
| XYZ | 18.63 | 31.69 | 22.59 | - |
| YUV | 119.59 | 127.66 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 119 | 0.93 | 0 | 0.32 | 0.32 | 159.5 | 0.86 | 0.37 |
| Hex | D | AE | 77 | 5D | 0 | 20 | 20 | A0 | 56 | 25 |
| Octal | 15 | 256 | 167 | 135 | 0 | 40 | 40 | 240 | 126 | 45 |
| Binary | 1101 | 10101110 | 1110111 | 1011101 | 0 | 100000 | 100000 | 10100000 | 1010110 | 100101 |
Color Harmonies of #0DAE77
Complementary color
Monochromatic Colors of #0DAE77
Black with #0DAE77
Text Example
Text Example
White with #0DAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE77; }
p { color: rgb(13,174,119); }
H1.HeaderClassName
{
color: #0DAE77;
}
.AnyTagClassName
{
color: #0DAE77;
}
</style>
background-color css
<style>
a { background-color: #0DAE77; }
a { background-color: rgb(13,174,119); }
div.DivClassName
{
background-color: #0DAE77;
}
.BgClassName
{
background-color: #0DAE77;
}
</style>
border-color css
<style>
span { border-color: #0DAE77; }
span { border-color: rgb(13,174,119); }
td.TdClassName
{
border-color: #0DAE77;
}
.TagClassName
{
border-color: #0DAE77;
}
</style>