Shades of Jade #0DAE6D
Tints of Jade #0DAE6D
RGB
CMYK
RGB Variations
Color information
#0DAE6D (or 0x0DAE6D) is known color: Jade. HEX triplet: 0D, AE and 6D. RGB value is (13,174,109). Sum of RGB (Red+Green+Blue) = 13+174+109=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 174 (68.36% from 255 or 58.78% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAE6D is #F25192. Grayscale: #767676. Windows color (decimal): -15880595 or 7187981. OLE color: 7187981.
HSL color Cylindrical-coordinate representation of color #0DAE6D: hue angle of 155.78º 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 #0DAE6D is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 109 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.32 |
| HSL | 155.78º | 0.86% | 0.37% | - |
| HSV(B) | 155.78º | 0.93% | 0.68% | - |
| XYZ | 18.06 | 31.46 | 19.59 | - |
| YUV | 118.45 | 122.66 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 109 | 0.93 | 0 | 0.37 | 0.32 | 155.78 | 0.86 | 0.37 |
| Hex | D | AE | 6D | 5D | 0 | 25 | 20 | 9C | 56 | 25 |
| Octal | 15 | 256 | 155 | 135 | 0 | 45 | 40 | 234 | 126 | 45 |
| Binary | 1101 | 10101110 | 1101101 | 1011101 | 0 | 100101 | 100000 | 10011100 | 1010110 | 100101 |
Color Harmonies of #0DAE6D
Complementary color
Monochromatic Colors of #0DAE6D
Black with #0DAE6D
Text Example
Text Example
White with #0DAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE6D; }
p { color: rgb(13,174,109); }
H1.HeaderClassName
{
color: #0DAE6D;
}
.AnyTagClassName
{
color: #0DAE6D;
}
</style>
background-color css
<style>
a { background-color: #0DAE6D; }
a { background-color: rgb(13,174,109); }
div.DivClassName
{
background-color: #0DAE6D;
}
.BgClassName
{
background-color: #0DAE6D;
}
</style>
border-color css
<style>
span { border-color: #0DAE6D; }
span { border-color: rgb(13,174,109); }
td.TdClassName
{
border-color: #0DAE6D;
}
.TagClassName
{
border-color: #0DAE6D;
}
</style>