Shades of Jade #0DAE75
Tints of Jade #0DAE75
RGB
CMYK
RGB Variations
Color information
#0DAE75 (or 0x0DAE75) is known color: Jade. HEX triplet: 0D, AE and 75. RGB value is (13,174,117). Sum of RGB (Red+Green+Blue) = 13+174+117=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAE75 is #F2518A. Grayscale: #777777. Windows color (decimal): -15880587 or 7712269. OLE color: 7712269.
HSL color Cylindrical-coordinate representation of color #0DAE75: hue angle of 158.76º 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 #0DAE75 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 117 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.32 |
| HSL | 158.76º | 0.86% | 0.37% | - |
| HSV(B) | 158.76º | 0.93% | 0.68% | - |
| XYZ | 18.51 | 31.64 | 21.96 | - |
| YUV | 119.36 | 126.66 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 117 | 0.93 | 0 | 0.33 | 0.32 | 158.76 | 0.86 | 0.37 |
| Hex | D | AE | 75 | 5D | 0 | 21 | 20 | 9F | 56 | 25 |
| Octal | 15 | 256 | 165 | 135 | 0 | 41 | 40 | 237 | 126 | 45 |
| Binary | 1101 | 10101110 | 1110101 | 1011101 | 0 | 100001 | 100000 | 10011111 | 1010110 | 100101 |
Color Harmonies of #0DAE75
Complementary color
Monochromatic Colors of #0DAE75
Black with #0DAE75
Text Example
Text Example
White with #0DAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE75; }
p { color: rgb(13,174,117); }
H1.HeaderClassName
{
color: #0DAE75;
}
.AnyTagClassName
{
color: #0DAE75;
}
</style>
background-color css
<style>
a { background-color: #0DAE75; }
a { background-color: rgb(13,174,117); }
div.DivClassName
{
background-color: #0DAE75;
}
.BgClassName
{
background-color: #0DAE75;
}
</style>
border-color css
<style>
span { border-color: #0DAE75; }
span { border-color: rgb(13,174,117); }
td.TdClassName
{
border-color: #0DAE75;
}
.TagClassName
{
border-color: #0DAE75;
}
</style>