Shades of Jade #0DBE72
Tints of Jade #0DBE72
RGB
CMYK
RGB Variations
Color information
#0DBE72 (or 0x0DBE72) is known color: Jade. HEX triplet: 0D, BE and 72. RGB value is (13,190,114). Sum of RGB (Red+Green+Blue) = 13+190+114=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE72 is #F2418D. Grayscale: #808080. Windows color (decimal): -15876494 or 7519757. OLE color: 7519757.
HSL color Cylindrical-coordinate representation of color #0DBE72: hue angle of 154.24º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE72 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 114 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.25 |
| HSL | 154.24º | 0.87% | 0.4% | - |
| HSV(B) | 154.24º | 0.93% | 0.75% | - |
| XYZ | 21.62 | 38.13 | 22.14 | - |
| YUV | 128.41 | 119.86 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 114 | 0.93 | 0 | 0.40 | 0.25 | 154.24 | 0.87 | 0.4 |
| Hex | D | BE | 72 | 5D | 0 | 28 | 19 | 9A | 57 | 28 |
| Octal | 15 | 276 | 162 | 135 | 0 | 50 | 31 | 232 | 127 | 50 |
| Binary | 1101 | 10111110 | 1110010 | 1011101 | 0 | 101000 | 11001 | 10011010 | 1010111 | 101000 |
Color Harmonies of #0DBE72
Complementary color
Monochromatic Colors of #0DBE72
Black with #0DBE72
Text Example
Text Example
White with #0DBE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE72; }
p { color: rgb(13,190,114); }
H1.HeaderClassName
{
color: #0DBE72;
}
.AnyTagClassName
{
color: #0DBE72;
}
</style>
background-color css
<style>
a { background-color: #0DBE72; }
a { background-color: rgb(13,190,114); }
div.DivClassName
{
background-color: #0DBE72;
}
.BgClassName
{
background-color: #0DBE72;
}
</style>
border-color css
<style>
span { border-color: #0DBE72; }
span { border-color: rgb(13,190,114); }
td.TdClassName
{
border-color: #0DBE72;
}
.TagClassName
{
border-color: #0DBE72;
}
</style>