Shades of Jade #0DB86B
Tints of Jade #0DB86B
RGB
CMYK
RGB Variations
Color information
#0DB86B (or 0x0DB86B) is known color: Jade. HEX triplet: 0D, B8 and 6B. RGB value is (13,184,107). Sum of RGB (Red+Green+Blue) = 13+184+107=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB86B is #F24794. Grayscale: #7C7C7C. Windows color (decimal): -15878037 or 7059469. OLE color: 7059469.
HSL color Cylindrical-coordinate representation of color #0DB86B: hue angle of 152.98º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB86B is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 107 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.28 |
| HSL | 152.98º | 0.87% | 0.39% | - |
| HSV(B) | 152.98º | 0.93% | 0.72% | - |
| XYZ | 19.96 | 35.43 | 19.7 | - |
| YUV | 124.09 | 118.35 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 107 | 0.93 | 0 | 0.42 | 0.28 | 152.98 | 0.87 | 0.39 |
| Hex | D | B8 | 6B | 5D | 0 | 2A | 1C | 99 | 57 | 27 |
| Octal | 15 | 270 | 153 | 135 | 0 | 52 | 34 | 231 | 127 | 47 |
| Binary | 1101 | 10111000 | 1101011 | 1011101 | 0 | 101010 | 11100 | 10011001 | 1010111 | 100111 |
Color Harmonies of #0DB86B
Complementary color
Monochromatic Colors of #0DB86B
Black with #0DB86B
Text Example
Text Example
White with #0DB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB86B; }
p { color: rgb(13,184,107); }
H1.HeaderClassName
{
color: #0DB86B;
}
.AnyTagClassName
{
color: #0DB86B;
}
</style>
background-color css
<style>
a { background-color: #0DB86B; }
a { background-color: rgb(13,184,107); }
div.DivClassName
{
background-color: #0DB86B;
}
.BgClassName
{
background-color: #0DB86B;
}
</style>
border-color css
<style>
span { border-color: #0DB86B; }
span { border-color: rgb(13,184,107); }
td.TdClassName
{
border-color: #0DB86B;
}
.TagClassName
{
border-color: #0DB86B;
}
</style>