Shades of Jade #0DB571
Tints of Jade #0DB571
RGB
CMYK
RGB Variations
Color information
#0DB571 (or 0x0DB571) is known color: Jade. HEX triplet: 0D, B5 and 71. RGB value is (13,181,113). Sum of RGB (Red+Green+Blue) = 13+181+113=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 181 (71.09% from 255 or 58.96% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB571 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB571 is #F24A8E. Grayscale: #7B7B7B. Windows color (decimal): -15878799 or 7451917. OLE color: 7451917.
HSL color Cylindrical-coordinate representation of color #0DB571: hue angle of 155.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB571 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 113 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.29 |
| HSL | 155.71º | 0.87% | 0.38% | - |
| HSV(B) | 155.71º | 0.93% | 0.71% | - |
| XYZ | 19.67 | 34.33 | 21.21 | - |
| YUV | 123.02 | 122.34 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 113 | 0.93 | 0 | 0.38 | 0.29 | 155.71 | 0.87 | 0.38 |
| Hex | D | B5 | 71 | 5D | 0 | 26 | 1D | 9C | 57 | 26 |
| Octal | 15 | 265 | 161 | 135 | 0 | 46 | 35 | 234 | 127 | 46 |
| Binary | 1101 | 10110101 | 1110001 | 1011101 | 0 | 100110 | 11101 | 10011100 | 1010111 | 100110 |
Color Harmonies of #0DB571
Complementary color
Monochromatic Colors of #0DB571
Black with #0DB571
Text Example
Text Example
White with #0DB571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB571; }
p { color: rgb(13,181,113); }
H1.HeaderClassName
{
color: #0DB571;
}
.AnyTagClassName
{
color: #0DB571;
}
</style>
background-color css
<style>
a { background-color: #0DB571; }
a { background-color: rgb(13,181,113); }
div.DivClassName
{
background-color: #0DB571;
}
.BgClassName
{
background-color: #0DB571;
}
</style>
border-color css
<style>
span { border-color: #0DB571; }
span { border-color: rgb(13,181,113); }
td.TdClassName
{
border-color: #0DB571;
}
.TagClassName
{
border-color: #0DB571;
}
</style>