Shades of Jade #0DBD72
Tints of Jade #0DBD72
RGB
CMYK
RGB Variations
Color information
#0DBD72 (or 0x0DBD72) is known color: Jade. HEX triplet: 0D, BD and 72. RGB value is (13,189,114). Sum of RGB (Red+Green+Blue) = 13+189+114=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBD72 is #F2428D. Grayscale: #7F7F7F. Windows color (decimal): -15876750 or 7519501. OLE color: 7519501.
HSL color Cylindrical-coordinate representation of color #0DBD72: hue angle of 154.43º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBD72 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 114 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.26 |
| HSL | 154.43º | 0.87% | 0.4% | - |
| HSV(B) | 154.43º | 0.93% | 0.74% | - |
| XYZ | 21.4 | 37.7 | 22.07 | - |
| YUV | 127.83 | 120.19 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 114 | 0.93 | 0 | 0.40 | 0.26 | 154.43 | 0.87 | 0.4 |
| Hex | D | BD | 72 | 5D | 0 | 28 | 1A | 9A | 57 | 28 |
| Octal | 15 | 275 | 162 | 135 | 0 | 50 | 32 | 232 | 127 | 50 |
| Binary | 1101 | 10111101 | 1110010 | 1011101 | 0 | 101000 | 11010 | 10011010 | 1010111 | 101000 |
Color Harmonies of #0DBD72
Complementary color
Monochromatic Colors of #0DBD72
Black with #0DBD72
Text Example
Text Example
White with #0DBD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD72; }
p { color: rgb(13,189,114); }
H1.HeaderClassName
{
color: #0DBD72;
}
.AnyTagClassName
{
color: #0DBD72;
}
</style>
background-color css
<style>
a { background-color: #0DBD72; }
a { background-color: rgb(13,189,114); }
div.DivClassName
{
background-color: #0DBD72;
}
.BgClassName
{
background-color: #0DBD72;
}
</style>
border-color css
<style>
span { border-color: #0DBD72; }
span { border-color: rgb(13,189,114); }
td.TdClassName
{
border-color: #0DBD72;
}
.TagClassName
{
border-color: #0DBD72;
}
</style>