Shades of Jade #0DBD6C
Tints of Jade #0DBD6C
RGB
CMYK
RGB Variations
Color information
#0DBD6C (or 0x0DBD6C) is known color: Jade. HEX triplet: 0D, BD and 6C. RGB value is (13,189,108). Sum of RGB (Red+Green+Blue) = 13+189+108=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBD6C is #F24293. Grayscale: #7F7F7F. Windows color (decimal): -15876756 or 7126285. OLE color: 7126285.
HSL color Cylindrical-coordinate representation of color #0DBD6C: hue angle of 152.39º 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 #0DBD6C is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 108 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.26 |
| HSL | 152.39º | 0.87% | 0.4% | - |
| HSV(B) | 152.39º | 0.93% | 0.74% | - |
| XYZ | 21.07 | 37.56 | 20.33 | - |
| YUV | 127.14 | 117.19 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 108 | 0.93 | 0 | 0.43 | 0.26 | 152.39 | 0.87 | 0.4 |
| Hex | D | BD | 6C | 5D | 0 | 2B | 1A | 98 | 57 | 28 |
| Octal | 15 | 275 | 154 | 135 | 0 | 53 | 32 | 230 | 127 | 50 |
| Binary | 1101 | 10111101 | 1101100 | 1011101 | 0 | 101011 | 11010 | 10011000 | 1010111 | 101000 |
Color Harmonies of #0DBD6C
Complementary color
Monochromatic Colors of #0DBD6C
Black with #0DBD6C
Text Example
Text Example
White with #0DBD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD6C; }
p { color: rgb(13,189,108); }
H1.HeaderClassName
{
color: #0DBD6C;
}
.AnyTagClassName
{
color: #0DBD6C;
}
</style>
background-color css
<style>
a { background-color: #0DBD6C; }
a { background-color: rgb(13,189,108); }
div.DivClassName
{
background-color: #0DBD6C;
}
.BgClassName
{
background-color: #0DBD6C;
}
</style>
border-color css
<style>
span { border-color: #0DBD6C; }
span { border-color: rgb(13,189,108); }
td.TdClassName
{
border-color: #0DBD6C;
}
.TagClassName
{
border-color: #0DBD6C;
}
</style>