Shades of Jade #0DBD68
Tints of Jade #0DBD68
RGB
CMYK
RGB Variations
Color information
#0DBD68 (or 0x0DBD68) is known color: Jade. HEX triplet: 0D, BD and 68. RGB value is (13,189,104). Sum of RGB (Red+Green+Blue) = 13+189+104=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBD68 is #F24297. Grayscale: #7E7E7E. Windows color (decimal): -15876760 or 6864141. OLE color: 6864141.
HSL color Cylindrical-coordinate representation of color #0DBD68: hue angle of 151.02º 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 #0DBD68 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 104 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.26 |
| HSL | 151.02º | 0.87% | 0.4% | - |
| HSV(B) | 151.02º | 0.93% | 0.74% | - |
| XYZ | 20.86 | 37.48 | 19.23 | - |
| YUV | 126.69 | 115.19 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 104 | 0.93 | 0 | 0.45 | 0.26 | 151.02 | 0.87 | 0.4 |
| Hex | D | BD | 68 | 5D | 0 | 2D | 1A | 97 | 57 | 28 |
| Octal | 15 | 275 | 150 | 135 | 0 | 55 | 32 | 227 | 127 | 50 |
| Binary | 1101 | 10111101 | 1101000 | 1011101 | 0 | 101101 | 11010 | 10010111 | 1010111 | 101000 |
Color Harmonies of #0DBD68
Complementary color
Monochromatic Colors of #0DBD68
Black with #0DBD68
Text Example
Text Example
White with #0DBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD68; }
p { color: rgb(13,189,104); }
H1.HeaderClassName
{
color: #0DBD68;
}
.AnyTagClassName
{
color: #0DBD68;
}
</style>
background-color css
<style>
a { background-color: #0DBD68; }
a { background-color: rgb(13,189,104); }
div.DivClassName
{
background-color: #0DBD68;
}
.BgClassName
{
background-color: #0DBD68;
}
</style>
border-color css
<style>
span { border-color: #0DBD68; }
span { border-color: rgb(13,189,104); }
td.TdClassName
{
border-color: #0DBD68;
}
.TagClassName
{
border-color: #0DBD68;
}
</style>