Shades of Jade #0DBC6D
Tints of Jade #0DBC6D
RGB
CMYK
RGB Variations
Color information
#0DBC6D (or 0x0DBC6D) is known color: Jade. HEX triplet: 0D, BC and 6D. RGB value is (13,188,109). Sum of RGB (Red+Green+Blue) = 13+188+109=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBC6D is #F24392. Grayscale: #7E7E7E. Windows color (decimal): -15877011 or 7191565. OLE color: 7191565.
HSL color Cylindrical-coordinate representation of color #0DBC6D: hue angle of 152.91º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC6D is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 109 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.26 |
| HSL | 152.91º | 0.87% | 0.39% | - |
| HSV(B) | 152.91º | 0.93% | 0.74% | - |
| XYZ | 20.91 | 37.16 | 20.54 | - |
| YUV | 126.67 | 118.02 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 109 | 0.93 | 0 | 0.42 | 0.26 | 152.91 | 0.87 | 0.39 |
| Hex | D | BC | 6D | 5D | 0 | 2A | 1A | 99 | 57 | 27 |
| Octal | 15 | 274 | 155 | 135 | 0 | 52 | 32 | 231 | 127 | 47 |
| Binary | 1101 | 10111100 | 1101101 | 1011101 | 0 | 101010 | 11010 | 10011001 | 1010111 | 100111 |
Color Harmonies of #0DBC6D
Complementary color
Monochromatic Colors of #0DBC6D
Black with #0DBC6D
Text Example
Text Example
White with #0DBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC6D; }
p { color: rgb(13,188,109); }
H1.HeaderClassName
{
color: #0DBC6D;
}
.AnyTagClassName
{
color: #0DBC6D;
}
</style>
background-color css
<style>
a { background-color: #0DBC6D; }
a { background-color: rgb(13,188,109); }
div.DivClassName
{
background-color: #0DBC6D;
}
.BgClassName
{
background-color: #0DBC6D;
}
</style>
border-color css
<style>
span { border-color: #0DBC6D; }
span { border-color: rgb(13,188,109); }
td.TdClassName
{
border-color: #0DBC6D;
}
.TagClassName
{
border-color: #0DBC6D;
}
</style>