Shades of Jade #0DB66A
Tints of Jade #0DB66A
RGB
CMYK
RGB Variations
Color information
#0DB66A (or 0x0DB66A) is known color: Jade. HEX triplet: 0D, B6 and 6A. RGB value is (13,182,106). Sum of RGB (Red+Green+Blue) = 13+182+106=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 182 (71.48% from 255 or 60.47% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB66A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB66A is #F24995. Grayscale: #7A7A7A. Windows color (decimal): -15878550 or 6993421. OLE color: 6993421.
HSL color Cylindrical-coordinate representation of color #0DB66A: hue angle of 153.02º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB66A is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 106 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.29 |
| HSL | 153.02º | 0.87% | 0.38% | - |
| HSV(B) | 153.02º | 0.93% | 0.71% | - |
| XYZ | 19.5 | 34.58 | 19.28 | - |
| YUV | 122.81 | 118.51 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 106 | 0.93 | 0 | 0.42 | 0.29 | 153.02 | 0.87 | 0.38 |
| Hex | D | B6 | 6A | 5D | 0 | 2A | 1D | 99 | 57 | 26 |
| Octal | 15 | 266 | 152 | 135 | 0 | 52 | 35 | 231 | 127 | 46 |
| Binary | 1101 | 10110110 | 1101010 | 1011101 | 0 | 101010 | 11101 | 10011001 | 1010111 | 100110 |
Color Harmonies of #0DB66A
Complementary color
Monochromatic Colors of #0DB66A
Black with #0DB66A
Text Example
Text Example
White with #0DB66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB66A; }
p { color: rgb(13,182,106); }
H1.HeaderClassName
{
color: #0DB66A;
}
.AnyTagClassName
{
color: #0DB66A;
}
</style>
background-color css
<style>
a { background-color: #0DB66A; }
a { background-color: rgb(13,182,106); }
div.DivClassName
{
background-color: #0DB66A;
}
.BgClassName
{
background-color: #0DB66A;
}
</style>
border-color css
<style>
span { border-color: #0DB66A; }
span { border-color: rgb(13,182,106); }
td.TdClassName
{
border-color: #0DB66A;
}
.TagClassName
{
border-color: #0DB66A;
}
</style>