Shades of Jade #0DAC77
Tints of Jade #0DAC77
RGB
CMYK
RGB Variations
Color information
#0DAC77 (or 0x0DAC77) is known color: Jade. HEX triplet: 0D, AC and 77. RGB value is (13,172,119). Sum of RGB (Red+Green+Blue) = 13+172+119=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC77 is #F25388. Grayscale: #767676. Windows color (decimal): -15881097 or 7842829. OLE color: 7842829.
HSL color Cylindrical-coordinate representation of color #0DAC77: hue angle of 160º 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 #0DAC77 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 119 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.33 |
| HSL | 160º | 0.86% | 0.36% | - |
| HSV(B) | 160º | 0.92% | 0.67% | - |
| XYZ | 18.25 | 30.92 | 22.46 | - |
| YUV | 118.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 119 | 0.92 | 0 | 0.31 | 0.33 | 160 | 0.86 | 0.36 |
| Hex | D | AC | 77 | 5C | 0 | 1F | 21 | A0 | 56 | 24 |
| Octal | 15 | 254 | 167 | 134 | 0 | 37 | 41 | 240 | 126 | 44 |
| Binary | 1101 | 10101100 | 1110111 | 1011100 | 0 | 11111 | 100001 | 10100000 | 1010110 | 100100 |
Color Harmonies of #0DAC77
Complementary color
Monochromatic Colors of #0DAC77
Black with #0DAC77
Text Example
Text Example
White with #0DAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC77; }
p { color: rgb(13,172,119); }
H1.HeaderClassName
{
color: #0DAC77;
}
.AnyTagClassName
{
color: #0DAC77;
}
</style>
background-color css
<style>
a { background-color: #0DAC77; }
a { background-color: rgb(13,172,119); }
div.DivClassName
{
background-color: #0DAC77;
}
.BgClassName
{
background-color: #0DAC77;
}
</style>
border-color css
<style>
span { border-color: #0DAC77; }
span { border-color: rgb(13,172,119); }
td.TdClassName
{
border-color: #0DAC77;
}
.TagClassName
{
border-color: #0DAC77;
}
</style>