Shades of Jade #0DAC70
Tints of Jade #0DAC70
RGB
CMYK
RGB Variations
Color information
#0DAC70 (or 0x0DAC70) is known color: Jade. HEX triplet: 0D, AC and 70. RGB value is (13,172,112). Sum of RGB (Red+Green+Blue) = 13+172+112=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC70 is #F2538F. Grayscale: #757575. Windows color (decimal): -15881104 or 7384077. OLE color: 7384077.
HSL color Cylindrical-coordinate representation of color #0DAC70: hue angle of 157.36º 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 #0DAC70 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 112 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.33 |
| HSL | 157.36º | 0.86% | 0.36% | - |
| HSV(B) | 157.36º | 0.92% | 0.67% | - |
| XYZ | 17.84 | 30.76 | 20.33 | - |
| YUV | 117.62 | 124.82 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 112 | 0.92 | 0 | 0.35 | 0.33 | 157.36 | 0.86 | 0.36 |
| Hex | D | AC | 70 | 5C | 0 | 23 | 21 | 9D | 56 | 24 |
| Octal | 15 | 254 | 160 | 134 | 0 | 43 | 41 | 235 | 126 | 44 |
| Binary | 1101 | 10101100 | 1110000 | 1011100 | 0 | 100011 | 100001 | 10011101 | 1010110 | 100100 |
Color Harmonies of #0DAC70
Complementary color
Monochromatic Colors of #0DAC70
Black with #0DAC70
Text Example
Text Example
White with #0DAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC70; }
p { color: rgb(13,172,112); }
H1.HeaderClassName
{
color: #0DAC70;
}
.AnyTagClassName
{
color: #0DAC70;
}
</style>
background-color css
<style>
a { background-color: #0DAC70; }
a { background-color: rgb(13,172,112); }
div.DivClassName
{
background-color: #0DAC70;
}
.BgClassName
{
background-color: #0DAC70;
}
</style>
border-color css
<style>
span { border-color: #0DAC70; }
span { border-color: rgb(13,172,112); }
td.TdClassName
{
border-color: #0DAC70;
}
.TagClassName
{
border-color: #0DAC70;
}
</style>