Shades of Jade #0DB86C
Tints of Jade #0DB86C
RGB
CMYK
RGB Variations
Color information
#0DB86C (or 0x0DB86C) is known color: Jade. HEX triplet: 0D, B8 and 6C. RGB value is (13,184,108). Sum of RGB (Red+Green+Blue) = 13+184+108=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 184 (72.27% from 255 or 60.33% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB86C is #F24793. Grayscale: #7C7C7C. Windows color (decimal): -15878036 or 7125005. OLE color: 7125005.
HSL color Cylindrical-coordinate representation of color #0DB86C: hue angle of 153.33º 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 #0DB86C is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 108 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.28 |
| HSL | 153.33º | 0.87% | 0.39% | - |
| HSV(B) | 153.33º | 0.93% | 0.72% | - |
| XYZ | 20.01 | 35.45 | 19.97 | - |
| YUV | 124.21 | 118.85 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 108 | 0.93 | 0 | 0.41 | 0.28 | 153.33 | 0.87 | 0.39 |
| Hex | D | B8 | 6C | 5D | 0 | 29 | 1C | 99 | 57 | 27 |
| Octal | 15 | 270 | 154 | 135 | 0 | 51 | 34 | 231 | 127 | 47 |
| Binary | 1101 | 10111000 | 1101100 | 1011101 | 0 | 101001 | 11100 | 10011001 | 1010111 | 100111 |
Color Harmonies of #0DB86C
Complementary color
Monochromatic Colors of #0DB86C
Black with #0DB86C
Text Example
Text Example
White with #0DB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB86C; }
p { color: rgb(13,184,108); }
H1.HeaderClassName
{
color: #0DB86C;
}
.AnyTagClassName
{
color: #0DB86C;
}
</style>
background-color css
<style>
a { background-color: #0DB86C; }
a { background-color: rgb(13,184,108); }
div.DivClassName
{
background-color: #0DB86C;
}
.BgClassName
{
background-color: #0DB86C;
}
</style>
border-color css
<style>
span { border-color: #0DB86C; }
span { border-color: rgb(13,184,108); }
td.TdClassName
{
border-color: #0DB86C;
}
.TagClassName
{
border-color: #0DB86C;
}
</style>