Shades of Jade #0DB96B
Tints of Jade #0DB96B
RGB
CMYK
RGB Variations
Color information
#0DB96B (or 0x0DB96B) is known color: Jade. HEX triplet: 0D, B9 and 6B. RGB value is (13,185,107). Sum of RGB (Red+Green+Blue) = 13+185+107=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB96B is #F24694. Grayscale: #7C7C7C. Windows color (decimal): -15877781 or 7059725. OLE color: 7059725.
HSL color Cylindrical-coordinate representation of color #0DB96B: hue angle of 152.79º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB96B is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 107 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.27 |
| HSL | 152.79º | 0.87% | 0.39% | - |
| HSV(B) | 152.79º | 0.93% | 0.73% | - |
| XYZ | 20.17 | 35.85 | 19.77 | - |
| YUV | 124.68 | 118.02 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 107 | 0.93 | 0 | 0.42 | 0.27 | 152.79 | 0.87 | 0.39 |
| Hex | D | B9 | 6B | 5D | 0 | 2A | 1B | 99 | 57 | 27 |
| Octal | 15 | 271 | 153 | 135 | 0 | 52 | 33 | 231 | 127 | 47 |
| Binary | 1101 | 10111001 | 1101011 | 1011101 | 0 | 101010 | 11011 | 10011001 | 1010111 | 100111 |
Color Harmonies of #0DB96B
Complementary color
Monochromatic Colors of #0DB96B
Black with #0DB96B
Text Example
Text Example
White with #0DB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB96B; }
p { color: rgb(13,185,107); }
H1.HeaderClassName
{
color: #0DB96B;
}
.AnyTagClassName
{
color: #0DB96B;
}
</style>
background-color css
<style>
a { background-color: #0DB96B; }
a { background-color: rgb(13,185,107); }
div.DivClassName
{
background-color: #0DB96B;
}
.BgClassName
{
background-color: #0DB96B;
}
</style>
border-color css
<style>
span { border-color: #0DB96B; }
span { border-color: rgb(13,185,107); }
td.TdClassName
{
border-color: #0DB96B;
}
.TagClassName
{
border-color: #0DB96B;
}
</style>