Shades of Jade #0DBD60
Tints of Jade #0DBD60
RGB
CMYK
RGB Variations
Color information
#0DBD60 (or 0x0DBD60) is known color: Jade. HEX triplet: 0D, BD and 60. RGB value is (13,189,96). Sum of RGB (Red+Green+Blue) = 13+189+96=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBD60 is #F2429F. Grayscale: #7D7D7D. Windows color (decimal): -15876768 or 6339853. OLE color: 6339853.
HSL color Cylindrical-coordinate representation of color #0DBD60: hue angle of 148.3º 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 #0DBD60 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 96 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.26 |
| HSL | 148.3º | 0.87% | 0.4% | - |
| HSV(B) | 148.3º | 0.93% | 0.74% | - |
| XYZ | 20.47 | 37.33 | 17.19 | - |
| YUV | 125.77 | 111.19 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 96 | 0.93 | 0 | 0.49 | 0.26 | 148.3 | 0.87 | 0.4 |
| Hex | D | BD | 60 | 5D | 0 | 31 | 1A | 94 | 57 | 28 |
| Octal | 15 | 275 | 140 | 135 | 0 | 61 | 32 | 224 | 127 | 50 |
| Binary | 1101 | 10111101 | 1100000 | 1011101 | 0 | 110001 | 11010 | 10010100 | 1010111 | 101000 |
Color Harmonies of #0DBD60
Complementary color
Monochromatic Colors of #0DBD60
Black with #0DBD60
Text Example
Text Example
White with #0DBD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD60; }
p { color: rgb(13,189,96); }
H1.HeaderClassName
{
color: #0DBD60;
}
.AnyTagClassName
{
color: #0DBD60;
}
</style>
background-color css
<style>
a { background-color: #0DBD60; }
a { background-color: rgb(13,189,96); }
div.DivClassName
{
background-color: #0DBD60;
}
.BgClassName
{
background-color: #0DBD60;
}
</style>
border-color css
<style>
span { border-color: #0DBD60; }
span { border-color: rgb(13,189,96); }
td.TdClassName
{
border-color: #0DBD60;
}
.TagClassName
{
border-color: #0DBD60;
}
</style>