Shades of Jade #0DA36F
Tints of Jade #0DA36F
RGB
CMYK
RGB Variations
Color information
#0DA36F (or 0x0DA36F) is known color: Jade. HEX triplet: 0D, A3 and 6F. RGB value is (13,163,111). Sum of RGB (Red+Green+Blue) = 13+163+111=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA36F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA36F is #F25C90. Grayscale: #707070. Windows color (decimal): -15883409 or 7316237. OLE color: 7316237.
HSL color Cylindrical-coordinate representation of color #0DA36F: hue angle of 159.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA36F is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 111 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.36 |
| HSL | 159.2º | 0.85% | 0.35% | - |
| HSV(B) | 159.2º | 0.92% | 0.64% | - |
| XYZ | 16.13 | 27.43 | 19.48 | - |
| YUV | 112.22 | 127.31 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 111 | 0.92 | 0 | 0.32 | 0.36 | 159.2 | 0.85 | 0.35 |
| Hex | D | A3 | 6F | 5C | 0 | 20 | 24 | 9F | 55 | 23 |
| Octal | 15 | 243 | 157 | 134 | 0 | 40 | 44 | 237 | 125 | 43 |
| Binary | 1101 | 10100011 | 1101111 | 1011100 | 0 | 100000 | 100100 | 10011111 | 1010101 | 100011 |
Color Harmonies of #0DA36F
Complementary color
Monochromatic Colors of #0DA36F
Black with #0DA36F
Text Example
Text Example
White with #0DA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA36F; }
p { color: rgb(13,163,111); }
H1.HeaderClassName
{
color: #0DA36F;
}
.AnyTagClassName
{
color: #0DA36F;
}
</style>
background-color css
<style>
a { background-color: #0DA36F; }
a { background-color: rgb(13,163,111); }
div.DivClassName
{
background-color: #0DA36F;
}
.BgClassName
{
background-color: #0DA36F;
}
</style>
border-color css
<style>
span { border-color: #0DA36F; }
span { border-color: rgb(13,163,111); }
td.TdClassName
{
border-color: #0DA36F;
}
.TagClassName
{
border-color: #0DA36F;
}
</style>