Shades of Jade #0DAC62
Tints of Jade #0DAC62
RGB
CMYK
RGB Variations
Color information
#0DAC62 (or 0x0DAC62) is known color: Jade. HEX triplet: 0D, AC and 62. RGB value is (13,172,98). Sum of RGB (Red+Green+Blue) = 13+172+98=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC62 is #F2539D. Grayscale: #747474. Windows color (decimal): -15881118 or 6466573. OLE color: 6466573.
HSL color Cylindrical-coordinate representation of color #0DAC62: hue angle of 152.08º 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 #0DAC62 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 98 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.33 |
| HSL | 152.08º | 0.86% | 0.36% | - |
| HSV(B) | 152.08º | 0.92% | 0.67% | - |
| XYZ | 17.12 | 30.47 | 16.53 | - |
| YUV | 116.02 | 117.82 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 98 | 0.92 | 0 | 0.43 | 0.33 | 152.08 | 0.86 | 0.36 |
| Hex | D | AC | 62 | 5C | 0 | 2B | 21 | 98 | 56 | 24 |
| Octal | 15 | 254 | 142 | 134 | 0 | 53 | 41 | 230 | 126 | 44 |
| Binary | 1101 | 10101100 | 1100010 | 1011100 | 0 | 101011 | 100001 | 10011000 | 1010110 | 100100 |
Color Harmonies of #0DAC62
Complementary color
Monochromatic Colors of #0DAC62
Black with #0DAC62
Text Example
Text Example
White with #0DAC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC62; }
p { color: rgb(13,172,98); }
H1.HeaderClassName
{
color: #0DAC62;
}
.AnyTagClassName
{
color: #0DAC62;
}
</style>
background-color css
<style>
a { background-color: #0DAC62; }
a { background-color: rgb(13,172,98); }
div.DivClassName
{
background-color: #0DAC62;
}
.BgClassName
{
background-color: #0DAC62;
}
</style>
border-color css
<style>
span { border-color: #0DAC62; }
span { border-color: rgb(13,172,98); }
td.TdClassName
{
border-color: #0DAC62;
}
.TagClassName
{
border-color: #0DAC62;
}
</style>