Shades of Jade #0DAC69
Tints of Jade #0DAC69
RGB
CMYK
RGB Variations
Color information
#0DAC69 (or 0x0DAC69) is known color: Jade. HEX triplet: 0D, AC and 69. RGB value is (13,172,105). Sum of RGB (Red+Green+Blue) = 13+172+105=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC69 is #F25396. Grayscale: #747474. Windows color (decimal): -15881111 or 6925325. OLE color: 6925325.
HSL color Cylindrical-coordinate representation of color #0DAC69: hue angle of 154.72º 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 #0DAC69 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 105 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.33 |
| HSL | 154.72º | 0.86% | 0.36% | - |
| HSV(B) | 154.72º | 0.92% | 0.67% | - |
| XYZ | 17.47 | 30.61 | 18.35 | - |
| YUV | 116.82 | 121.32 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 105 | 0.92 | 0 | 0.39 | 0.33 | 154.72 | 0.86 | 0.36 |
| Hex | D | AC | 69 | 5C | 0 | 27 | 21 | 9B | 56 | 24 |
| Octal | 15 | 254 | 151 | 134 | 0 | 47 | 41 | 233 | 126 | 44 |
| Binary | 1101 | 10101100 | 1101001 | 1011100 | 0 | 100111 | 100001 | 10011011 | 1010110 | 100100 |
Color Harmonies of #0DAC69
Complementary color
Monochromatic Colors of #0DAC69
Black with #0DAC69
Text Example
Text Example
White with #0DAC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC69; }
p { color: rgb(13,172,105); }
H1.HeaderClassName
{
color: #0DAC69;
}
.AnyTagClassName
{
color: #0DAC69;
}
</style>
background-color css
<style>
a { background-color: #0DAC69; }
a { background-color: rgb(13,172,105); }
div.DivClassName
{
background-color: #0DAC69;
}
.BgClassName
{
background-color: #0DAC69;
}
</style>
border-color css
<style>
span { border-color: #0DAC69; }
span { border-color: rgb(13,172,105); }
td.TdClassName
{
border-color: #0DAC69;
}
.TagClassName
{
border-color: #0DAC69;
}
</style>