Shades of Jade #0DB76B
Tints of Jade #0DB76B
RGB
CMYK
RGB Variations
Color information
#0DB76B (or 0x0DB76B) is known color: Jade. HEX triplet: 0D, B7 and 6B. RGB value is (13,183,107). Sum of RGB (Red+Green+Blue) = 13+183+107=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB76B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB76B is #F24894. Grayscale: #7B7B7B. Windows color (decimal): -15878293 or 7059213. OLE color: 7059213.
HSL color Cylindrical-coordinate representation of color #0DB76B: hue angle of 153.18º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB76B is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 107 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.28 |
| HSL | 153.18º | 0.87% | 0.38% | - |
| HSV(B) | 153.18º | 0.93% | 0.72% | - |
| XYZ | 19.75 | 35.01 | 19.63 | - |
| YUV | 123.51 | 118.68 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 107 | 0.93 | 0 | 0.42 | 0.28 | 153.18 | 0.87 | 0.38 |
| Hex | D | B7 | 6B | 5D | 0 | 2A | 1C | 99 | 57 | 26 |
| Octal | 15 | 267 | 153 | 135 | 0 | 52 | 34 | 231 | 127 | 46 |
| Binary | 1101 | 10110111 | 1101011 | 1011101 | 0 | 101010 | 11100 | 10011001 | 1010111 | 100110 |
Color Harmonies of #0DB76B
Complementary color
Monochromatic Colors of #0DB76B
Black with #0DB76B
Text Example
Text Example
White with #0DB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB76B; }
p { color: rgb(13,183,107); }
H1.HeaderClassName
{
color: #0DB76B;
}
.AnyTagClassName
{
color: #0DB76B;
}
</style>
background-color css
<style>
a { background-color: #0DB76B; }
a { background-color: rgb(13,183,107); }
div.DivClassName
{
background-color: #0DB76B;
}
.BgClassName
{
background-color: #0DB76B;
}
</style>
border-color css
<style>
span { border-color: #0DB76B; }
span { border-color: rgb(13,183,107); }
td.TdClassName
{
border-color: #0DB76B;
}
.TagClassName
{
border-color: #0DB76B;
}
</style>