Shades of Jade #0DB060
Tints of Jade #0DB060
RGB
CMYK
RGB Variations
Color information
#0DB060 (or 0x0DB060) is known color: Jade. HEX triplet: 0D, B0 and 60. RGB value is (13,176,96). Sum of RGB (Red+Green+Blue) = 13+176+96=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB060 is #F24F9F. Grayscale: #767676. Windows color (decimal): -15880096 or 6336525. OLE color: 6336525.
HSL color Cylindrical-coordinate representation of color #0DB060: hue angle of 150.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB060 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 96 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.31 |
| HSL | 150.55º | 0.86% | 0.37% | - |
| HSV(B) | 150.55º | 0.93% | 0.69% | - |
| XYZ | 17.8 | 31.98 | 16.3 | - |
| YUV | 118.14 | 115.5 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 96 | 0.93 | 0 | 0.45 | 0.31 | 150.55 | 0.86 | 0.37 |
| Hex | D | B0 | 60 | 5D | 0 | 2D | 1F | 97 | 56 | 25 |
| Octal | 15 | 260 | 140 | 135 | 0 | 55 | 37 | 227 | 126 | 45 |
| Binary | 1101 | 10110000 | 1100000 | 1011101 | 0 | 101101 | 11111 | 10010111 | 1010110 | 100101 |
Color Harmonies of #0DB060
Complementary color
Monochromatic Colors of #0DB060
Black with #0DB060
Text Example
Text Example
White with #0DB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB060; }
p { color: rgb(13,176,96); }
H1.HeaderClassName
{
color: #0DB060;
}
.AnyTagClassName
{
color: #0DB060;
}
</style>
background-color css
<style>
a { background-color: #0DB060; }
a { background-color: rgb(13,176,96); }
div.DivClassName
{
background-color: #0DB060;
}
.BgClassName
{
background-color: #0DB060;
}
</style>
border-color css
<style>
span { border-color: #0DB060; }
span { border-color: rgb(13,176,96); }
td.TdClassName
{
border-color: #0DB060;
}
.TagClassName
{
border-color: #0DB060;
}
</style>