Shades of Jade #0DC56C
Tints of Jade #0DC56C
RGB
CMYK
RGB Variations
Color information
#0DC56C (or 0x0DC56C) is known color: Jade. HEX triplet: 0D, C5 and 6C. RGB value is (13,197,108). Sum of RGB (Red+Green+Blue) = 13+197+108=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 197 (77.34% from 255 or 61.95% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC56C is #F23A93. Grayscale: #848484. Windows color (decimal): -15874708 or 7128333. OLE color: 7128333.
HSL color Cylindrical-coordinate representation of color #0DC56C: hue angle of 150.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC56C is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 108 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.23 |
| HSL | 150.98º | 0.88% | 0.41% | - |
| HSV(B) | 150.98º | 0.93% | 0.77% | - |
| XYZ | 22.84 | 41.1 | 20.92 | - |
| YUV | 131.84 | 114.54 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 108 | 0.93 | 0 | 0.45 | 0.23 | 150.98 | 0.88 | 0.41 |
| Hex | D | C5 | 6C | 5D | 0 | 2D | 17 | 97 | 58 | 29 |
| Octal | 15 | 305 | 154 | 135 | 0 | 55 | 27 | 227 | 130 | 51 |
| Binary | 1101 | 11000101 | 1101100 | 1011101 | 0 | 101101 | 10111 | 10010111 | 1011000 | 101001 |
Color Harmonies of #0DC56C
Complementary color
Monochromatic Colors of #0DC56C
Black with #0DC56C
Text Example
Text Example
White with #0DC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC56C; }
p { color: rgb(13,197,108); }
H1.HeaderClassName
{
color: #0DC56C;
}
.AnyTagClassName
{
color: #0DC56C;
}
</style>
background-color css
<style>
a { background-color: #0DC56C; }
a { background-color: rgb(13,197,108); }
div.DivClassName
{
background-color: #0DC56C;
}
.BgClassName
{
background-color: #0DC56C;
}
</style>
border-color css
<style>
span { border-color: #0DC56C; }
span { border-color: rgb(13,197,108); }
td.TdClassName
{
border-color: #0DC56C;
}
.TagClassName
{
border-color: #0DC56C;
}
</style>