Shades of Jade #0DB85F
Tints of Jade #0DB85F
RGB
CMYK
RGB Variations
Color information
#0DB85F (or 0x0DB85F) is known color: Jade. HEX triplet: 0D, B8 and 5F. RGB value is (13,184,95). Sum of RGB (Red+Green+Blue) = 13+184+95=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB85F is #F247A0. Grayscale: #7A7A7A. Windows color (decimal): -15878049 or 6273037. OLE color: 6273037.
HSL color Cylindrical-coordinate representation of color #0DB85F: hue angle of 148.77º 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 #0DB85F is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 95 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.28 |
| HSL | 148.77º | 0.87% | 0.39% | - |
| HSV(B) | 148.77º | 0.93% | 0.72% | - |
| XYZ | 19.37 | 35.19 | 16.6 | - |
| YUV | 122.73 | 112.35 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 95 | 0.93 | 0 | 0.48 | 0.28 | 148.77 | 0.87 | 0.39 |
| Hex | D | B8 | 5F | 5D | 0 | 30 | 1C | 95 | 57 | 27 |
| Octal | 15 | 270 | 137 | 135 | 0 | 60 | 34 | 225 | 127 | 47 |
| Binary | 1101 | 10111000 | 1011111 | 1011101 | 0 | 110000 | 11100 | 10010101 | 1010111 | 100111 |
Color Harmonies of #0DB85F
Complementary color
Monochromatic Colors of #0DB85F
Black with #0DB85F
Text Example
Text Example
White with #0DB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB85F; }
p { color: rgb(13,184,95); }
H1.HeaderClassName
{
color: #0DB85F;
}
.AnyTagClassName
{
color: #0DB85F;
}
</style>
background-color css
<style>
a { background-color: #0DB85F; }
a { background-color: rgb(13,184,95); }
div.DivClassName
{
background-color: #0DB85F;
}
.BgClassName
{
background-color: #0DB85F;
}
</style>
border-color css
<style>
span { border-color: #0DB85F; }
span { border-color: rgb(13,184,95); }
td.TdClassName
{
border-color: #0DB85F;
}
.TagClassName
{
border-color: #0DB85F;
}
</style>