Shades of Jade #0DBC72
Tints of Jade #0DBC72
RGB
CMYK
RGB Variations
Color information
#0DBC72 (or 0x0DBC72) is known color: Jade. HEX triplet: 0D, BC and 72. RGB value is (13,188,114). Sum of RGB (Red+Green+Blue) = 13+188+114=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBC72 is #F2438D. Grayscale: #7F7F7F. Windows color (decimal): -15877006 or 7519245. OLE color: 7519245.
HSL color Cylindrical-coordinate representation of color #0DBC72: hue angle of 154.63º 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 #0DBC72 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 114 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.26 |
| HSL | 154.63º | 0.87% | 0.39% | - |
| HSV(B) | 154.63º | 0.93% | 0.74% | - |
| XYZ | 21.19 | 37.27 | 22 | - |
| YUV | 127.24 | 120.52 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 114 | 0.93 | 0 | 0.39 | 0.26 | 154.63 | 0.87 | 0.39 |
| Hex | D | BC | 72 | 5D | 0 | 27 | 1A | 9B | 57 | 27 |
| Octal | 15 | 274 | 162 | 135 | 0 | 47 | 32 | 233 | 127 | 47 |
| Binary | 1101 | 10111100 | 1110010 | 1011101 | 0 | 100111 | 11010 | 10011011 | 1010111 | 100111 |
Color Harmonies of #0DBC72
Complementary color
Monochromatic Colors of #0DBC72
Black with #0DBC72
Text Example
Text Example
White with #0DBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC72; }
p { color: rgb(13,188,114); }
H1.HeaderClassName
{
color: #0DBC72;
}
.AnyTagClassName
{
color: #0DBC72;
}
</style>
background-color css
<style>
a { background-color: #0DBC72; }
a { background-color: rgb(13,188,114); }
div.DivClassName
{
background-color: #0DBC72;
}
.BgClassName
{
background-color: #0DBC72;
}
</style>
border-color css
<style>
span { border-color: #0DBC72; }
span { border-color: rgb(13,188,114); }
td.TdClassName
{
border-color: #0DBC72;
}
.TagClassName
{
border-color: #0DBC72;
}
</style>