Shades of Jade #0DC86F
Tints of Jade #0DC86F
RGB
CMYK
RGB Variations
Color information
#0DC86F (or 0x0DC86F) is known color: Jade. HEX triplet: 0D, C8 and 6F. RGB value is (13,200,111). Sum of RGB (Red+Green+Blue) = 13+200+111=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC86F is #F23790. Grayscale: #868686. Windows color (decimal): -15873937 or 7325709. OLE color: 7325709.
HSL color Cylindrical-coordinate representation of color #0DC86F: hue angle of 151.44º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC86F is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 111 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.22 |
| HSL | 151.44º | 0.88% | 0.42% | - |
| HSV(B) | 151.44º | 0.94% | 0.78% | - |
| XYZ | 23.69 | 42.54 | 22 | - |
| YUV | 133.94 | 115.05 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 111 | 0.94 | 0 | 0.44 | 0.22 | 151.44 | 0.88 | 0.42 |
| Hex | D | C8 | 6F | 5E | 0 | 2C | 16 | 97 | 58 | 2A |
| Octal | 15 | 310 | 157 | 136 | 0 | 54 | 26 | 227 | 130 | 52 |
| Binary | 1101 | 11001000 | 1101111 | 1011110 | 0 | 101100 | 10110 | 10010111 | 1011000 | 101010 |
Color Harmonies of #0DC86F
Complementary color
Monochromatic Colors of #0DC86F
Black with #0DC86F
Text Example
Text Example
White with #0DC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC86F; }
p { color: rgb(13,200,111); }
H1.HeaderClassName
{
color: #0DC86F;
}
.AnyTagClassName
{
color: #0DC86F;
}
</style>
background-color css
<style>
a { background-color: #0DC86F; }
a { background-color: rgb(13,200,111); }
div.DivClassName
{
background-color: #0DC86F;
}
.BgClassName
{
background-color: #0DC86F;
}
</style>
border-color css
<style>
span { border-color: #0DC86F; }
span { border-color: rgb(13,200,111); }
td.TdClassName
{
border-color: #0DC86F;
}
.TagClassName
{
border-color: #0DC86F;
}
</style>