Shades of Jade #0DBC6B
Tints of Jade #0DBC6B
RGB
CMYK
RGB Variations
Color information
#0DBC6B (or 0x0DBC6B) is known color: Jade. HEX triplet: 0D, BC and 6B. RGB value is (13,188,107). Sum of RGB (Red+Green+Blue) = 13+188+107=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBC6B is #F24394. Grayscale: #7E7E7E. Windows color (decimal): -15877013 or 7060493. OLE color: 7060493.
HSL color Cylindrical-coordinate representation of color #0DBC6B: hue angle of 152.23º 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 #0DBC6B is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 107 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.26 |
| HSL | 152.23º | 0.87% | 0.39% | - |
| HSV(B) | 152.23º | 0.93% | 0.74% | - |
| XYZ | 20.8 | 37.11 | 19.98 | - |
| YUV | 126.44 | 117.02 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 107 | 0.93 | 0 | 0.43 | 0.26 | 152.23 | 0.87 | 0.39 |
| Hex | D | BC | 6B | 5D | 0 | 2B | 1A | 98 | 57 | 27 |
| Octal | 15 | 274 | 153 | 135 | 0 | 53 | 32 | 230 | 127 | 47 |
| Binary | 1101 | 10111100 | 1101011 | 1011101 | 0 | 101011 | 11010 | 10011000 | 1010111 | 100111 |
Color Harmonies of #0DBC6B
Complementary color
Monochromatic Colors of #0DBC6B
Black with #0DBC6B
Text Example
Text Example
White with #0DBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC6B; }
p { color: rgb(13,188,107); }
H1.HeaderClassName
{
color: #0DBC6B;
}
.AnyTagClassName
{
color: #0DBC6B;
}
</style>
background-color css
<style>
a { background-color: #0DBC6B; }
a { background-color: rgb(13,188,107); }
div.DivClassName
{
background-color: #0DBC6B;
}
.BgClassName
{
background-color: #0DBC6B;
}
</style>
border-color css
<style>
span { border-color: #0DBC6B; }
span { border-color: rgb(13,188,107); }
td.TdClassName
{
border-color: #0DBC6B;
}
.TagClassName
{
border-color: #0DBC6B;
}
</style>