Shades of Jade #0DBC73
Tints of Jade #0DBC73
RGB
CMYK
RGB Variations
Color information
#0DBC73 (or 0x0DBC73) is known color: Jade. HEX triplet: 0D, BC and 73. RGB value is (13,188,115). Sum of RGB (Red+Green+Blue) = 13+188+115=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBC73 is #F2438C. Grayscale: #7F7F7F. Windows color (decimal): -15877005 or 7584781. OLE color: 7584781.
HSL color Cylindrical-coordinate representation of color #0DBC73: hue angle of 154.97º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC73 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 115 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.26 |
| HSL | 154.97º | 0.87% | 0.39% | - |
| HSV(B) | 154.97º | 0.93% | 0.74% | - |
| XYZ | 21.24 | 37.29 | 22.3 | - |
| YUV | 127.35 | 121.02 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 115 | 0.93 | 0 | 0.39 | 0.26 | 154.97 | 0.87 | 0.39 |
| Hex | D | BC | 73 | 5D | 0 | 27 | 1A | 9B | 57 | 27 |
| Octal | 15 | 274 | 163 | 135 | 0 | 47 | 32 | 233 | 127 | 47 |
| Binary | 1101 | 10111100 | 1110011 | 1011101 | 0 | 100111 | 11010 | 10011011 | 1010111 | 100111 |
Color Harmonies of #0DBC73
Complementary color
Monochromatic Colors of #0DBC73
Black with #0DBC73
Text Example
Text Example
White with #0DBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC73; }
p { color: rgb(13,188,115); }
H1.HeaderClassName
{
color: #0DBC73;
}
.AnyTagClassName
{
color: #0DBC73;
}
</style>
background-color css
<style>
a { background-color: #0DBC73; }
a { background-color: rgb(13,188,115); }
div.DivClassName
{
background-color: #0DBC73;
}
.BgClassName
{
background-color: #0DBC73;
}
</style>
border-color css
<style>
span { border-color: #0DBC73; }
span { border-color: rgb(13,188,115); }
td.TdClassName
{
border-color: #0DBC73;
}
.TagClassName
{
border-color: #0DBC73;
}
</style>