Shades of Jade #0DAC61
Tints of Jade #0DAC61
RGB
CMYK
RGB Variations
Color information
#0DAC61 (or 0x0DAC61) is known color: Jade. HEX triplet: 0D, AC and 61. RGB value is (13,172,97). Sum of RGB (Red+Green+Blue) = 13+172+97=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC61 is #F2539E. Grayscale: #747474. Windows color (decimal): -15881119 or 6401037. OLE color: 6401037.
HSL color Cylindrical-coordinate representation of color #0DAC61: hue angle of 151.7º 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 #0DAC61 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 97 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.33 |
| HSL | 151.7º | 0.86% | 0.36% | - |
| HSV(B) | 151.7º | 0.92% | 0.67% | - |
| XYZ | 17.08 | 30.45 | 16.29 | - |
| YUV | 115.91 | 117.32 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 97 | 0.92 | 0 | 0.44 | 0.33 | 151.7 | 0.86 | 0.36 |
| Hex | D | AC | 61 | 5C | 0 | 2C | 21 | 98 | 56 | 24 |
| Octal | 15 | 254 | 141 | 134 | 0 | 54 | 41 | 230 | 126 | 44 |
| Binary | 1101 | 10101100 | 1100001 | 1011100 | 0 | 101100 | 100001 | 10011000 | 1010110 | 100100 |
Color Harmonies of #0DAC61
Complementary color
Monochromatic Colors of #0DAC61
Black with #0DAC61
Text Example
Text Example
White with #0DAC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC61; }
p { color: rgb(13,172,97); }
H1.HeaderClassName
{
color: #0DAC61;
}
.AnyTagClassName
{
color: #0DAC61;
}
</style>
background-color css
<style>
a { background-color: #0DAC61; }
a { background-color: rgb(13,172,97); }
div.DivClassName
{
background-color: #0DAC61;
}
.BgClassName
{
background-color: #0DAC61;
}
</style>
border-color css
<style>
span { border-color: #0DAC61; }
span { border-color: rgb(13,172,97); }
td.TdClassName
{
border-color: #0DAC61;
}
.TagClassName
{
border-color: #0DAC61;
}
</style>