Shades of Jade #0DB86E
Tints of Jade #0DB86E
RGB
CMYK
RGB Variations
Color information
#0DB86E (or 0x0DB86E) is known color: Jade. HEX triplet: 0D, B8 and 6E. RGB value is (13,184,110). Sum of RGB (Red+Green+Blue) = 13+184+110=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB86E is #F24791. Grayscale: #7C7C7C. Windows color (decimal): -15878034 or 7256077. OLE color: 7256077.
HSL color Cylindrical-coordinate representation of color #0DB86E: hue angle of 154.04º 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 #0DB86E is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 110 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.28 |
| HSL | 154.04º | 0.87% | 0.39% | - |
| HSV(B) | 154.04º | 0.93% | 0.72% | - |
| XYZ | 20.12 | 35.49 | 20.54 | - |
| YUV | 124.44 | 119.85 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 110 | 0.93 | 0 | 0.40 | 0.28 | 154.04 | 0.87 | 0.39 |
| Hex | D | B8 | 6E | 5D | 0 | 28 | 1C | 9A | 57 | 27 |
| Octal | 15 | 270 | 156 | 135 | 0 | 50 | 34 | 232 | 127 | 47 |
| Binary | 1101 | 10111000 | 1101110 | 1011101 | 0 | 101000 | 11100 | 10011010 | 1010111 | 100111 |
Color Harmonies of #0DB86E
Complementary color
Monochromatic Colors of #0DB86E
Black with #0DB86E
Text Example
Text Example
White with #0DB86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB86E; }
p { color: rgb(13,184,110); }
H1.HeaderClassName
{
color: #0DB86E;
}
.AnyTagClassName
{
color: #0DB86E;
}
</style>
background-color css
<style>
a { background-color: #0DB86E; }
a { background-color: rgb(13,184,110); }
div.DivClassName
{
background-color: #0DB86E;
}
.BgClassName
{
background-color: #0DB86E;
}
</style>
border-color css
<style>
span { border-color: #0DB86E; }
span { border-color: rgb(13,184,110); }
td.TdClassName
{
border-color: #0DB86E;
}
.TagClassName
{
border-color: #0DB86E;
}
</style>