Shades of Jade #0DA96A
Tints of Jade #0DA96A
RGB
CMYK
RGB Variations
Color information
#0DA96A (or 0x0DA96A) is known color: Jade. HEX triplet: 0D, A9 and 6A. RGB value is (13,169,106). Sum of RGB (Red+Green+Blue) = 13+169+106=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 169 (66.41% from 255 or 58.68% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA96A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA96A is #F25695. Grayscale: #737373. Windows color (decimal): -15881878 or 6990093. OLE color: 6990093.
HSL color Cylindrical-coordinate representation of color #0DA96A: hue angle of 155.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA96A is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 106 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.34 |
| HSL | 155.77º | 0.86% | 0.36% | - |
| HSV(B) | 155.77º | 0.92% | 0.66% | - |
| XYZ | 16.96 | 29.5 | 18.44 | - |
| YUV | 115.17 | 122.82 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 106 | 0.92 | 0 | 0.37 | 0.34 | 155.77 | 0.86 | 0.36 |
| Hex | D | A9 | 6A | 5C | 0 | 25 | 22 | 9C | 56 | 24 |
| Octal | 15 | 251 | 152 | 134 | 0 | 45 | 42 | 234 | 126 | 44 |
| Binary | 1101 | 10101001 | 1101010 | 1011100 | 0 | 100101 | 100010 | 10011100 | 1010110 | 100100 |
Color Harmonies of #0DA96A
Complementary color
Monochromatic Colors of #0DA96A
Black with #0DA96A
Text Example
Text Example
White with #0DA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA96A; }
p { color: rgb(13,169,106); }
H1.HeaderClassName
{
color: #0DA96A;
}
.AnyTagClassName
{
color: #0DA96A;
}
</style>
background-color css
<style>
a { background-color: #0DA96A; }
a { background-color: rgb(13,169,106); }
div.DivClassName
{
background-color: #0DA96A;
}
.BgClassName
{
background-color: #0DA96A;
}
</style>
border-color css
<style>
span { border-color: #0DA96A; }
span { border-color: rgb(13,169,106); }
td.TdClassName
{
border-color: #0DA96A;
}
.TagClassName
{
border-color: #0DA96A;
}
</style>