Shades of Jade #0DB46A
Tints of Jade #0DB46A
RGB
CMYK
RGB Variations
Color information
#0DB46A (or 0x0DB46A) is known color: Jade. HEX triplet: 0D, B4 and 6A. RGB value is (13,180,106). Sum of RGB (Red+Green+Blue) = 13+180+106=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB46A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB46A is #F24B95. Grayscale: #797979. Windows color (decimal): -15879062 or 6992909. OLE color: 6992909.
HSL color Cylindrical-coordinate representation of color #0DB46A: hue angle of 153.41º 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 #0DB46A is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 106 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.29 |
| HSL | 153.41º | 0.87% | 0.38% | - |
| HSV(B) | 153.41º | 0.93% | 0.71% | - |
| XYZ | 19.09 | 33.77 | 19.15 | - |
| YUV | 121.63 | 119.17 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 106 | 0.93 | 0 | 0.41 | 0.29 | 153.41 | 0.87 | 0.38 |
| Hex | D | B4 | 6A | 5D | 0 | 29 | 1D | 99 | 57 | 26 |
| Octal | 15 | 264 | 152 | 135 | 0 | 51 | 35 | 231 | 127 | 46 |
| Binary | 1101 | 10110100 | 1101010 | 1011101 | 0 | 101001 | 11101 | 10011001 | 1010111 | 100110 |
Color Harmonies of #0DB46A
Complementary color
Monochromatic Colors of #0DB46A
Black with #0DB46A
Text Example
Text Example
White with #0DB46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB46A; }
p { color: rgb(13,180,106); }
H1.HeaderClassName
{
color: #0DB46A;
}
.AnyTagClassName
{
color: #0DB46A;
}
</style>
background-color css
<style>
a { background-color: #0DB46A; }
a { background-color: rgb(13,180,106); }
div.DivClassName
{
background-color: #0DB46A;
}
.BgClassName
{
background-color: #0DB46A;
}
</style>
border-color css
<style>
span { border-color: #0DB46A; }
span { border-color: rgb(13,180,106); }
td.TdClassName
{
border-color: #0DB46A;
}
.TagClassName
{
border-color: #0DB46A;
}
</style>