Shades of Jade #0DAC74
Tints of Jade #0DAC74
RGB
CMYK
RGB Variations
Color information
#0DAC74 (or 0x0DAC74) is known color: Jade. HEX triplet: 0D, AC and 74. RGB value is (13,172,116). Sum of RGB (Red+Green+Blue) = 13+172+116=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC74 is #F2538B. Grayscale: #767676. Windows color (decimal): -15881100 or 7646221. OLE color: 7646221.
HSL color Cylindrical-coordinate representation of color #0DAC74: hue angle of 158.87º 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 #0DAC74 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 116 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.33 |
| HSL | 158.87º | 0.86% | 0.36% | - |
| HSV(B) | 158.87º | 0.92% | 0.67% | - |
| XYZ | 18.07 | 30.85 | 21.53 | - |
| YUV | 118.08 | 126.82 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 116 | 0.92 | 0 | 0.33 | 0.33 | 158.87 | 0.86 | 0.36 |
| Hex | D | AC | 74 | 5C | 0 | 21 | 21 | 9F | 56 | 24 |
| Octal | 15 | 254 | 164 | 134 | 0 | 41 | 41 | 237 | 126 | 44 |
| Binary | 1101 | 10101100 | 1110100 | 1011100 | 0 | 100001 | 100001 | 10011111 | 1010110 | 100100 |
Color Harmonies of #0DAC74
Complementary color
Monochromatic Colors of #0DAC74
Black with #0DAC74
Text Example
Text Example
White with #0DAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC74; }
p { color: rgb(13,172,116); }
H1.HeaderClassName
{
color: #0DAC74;
}
.AnyTagClassName
{
color: #0DAC74;
}
</style>
background-color css
<style>
a { background-color: #0DAC74; }
a { background-color: rgb(13,172,116); }
div.DivClassName
{
background-color: #0DAC74;
}
.BgClassName
{
background-color: #0DAC74;
}
</style>
border-color css
<style>
span { border-color: #0DAC74; }
span { border-color: rgb(13,172,116); }
td.TdClassName
{
border-color: #0DAC74;
}
.TagClassName
{
border-color: #0DAC74;
}
</style>