Shades of Jade #0DC166
Tints of Jade #0DC166
RGB
CMYK
RGB Variations
Color information
#0DC166 (or 0x0DC166) is known color: Jade. HEX triplet: 0D, C1 and 66. RGB value is (13,193,102). Sum of RGB (Red+Green+Blue) = 13+193+102=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC166 is #F23E99. Grayscale: #808080. Windows color (decimal): -15875738 or 6734093. OLE color: 6734093.
HSL color Cylindrical-coordinate representation of color #0DC166: hue angle of 149.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC166 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 102 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.24 |
| HSL | 149.67º | 0.87% | 0.4% | - |
| HSV(B) | 149.67º | 0.93% | 0.76% | - |
| XYZ | 21.63 | 39.18 | 18.99 | - |
| YUV | 128.81 | 112.87 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 102 | 0.93 | 0 | 0.47 | 0.24 | 149.67 | 0.87 | 0.4 |
| Hex | D | C1 | 66 | 5D | 0 | 2F | 18 | 96 | 57 | 28 |
| Octal | 15 | 301 | 146 | 135 | 0 | 57 | 30 | 226 | 127 | 50 |
| Binary | 1101 | 11000001 | 1100110 | 1011101 | 0 | 101111 | 11000 | 10010110 | 1010111 | 101000 |
Color Harmonies of #0DC166
Complementary color
Monochromatic Colors of #0DC166
Black with #0DC166
Text Example
Text Example
White with #0DC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC166; }
p { color: rgb(13,193,102); }
H1.HeaderClassName
{
color: #0DC166;
}
.AnyTagClassName
{
color: #0DC166;
}
</style>
background-color css
<style>
a { background-color: #0DC166; }
a { background-color: rgb(13,193,102); }
div.DivClassName
{
background-color: #0DC166;
}
.BgClassName
{
background-color: #0DC166;
}
</style>
border-color css
<style>
span { border-color: #0DC166; }
span { border-color: rgb(13,193,102); }
td.TdClassName
{
border-color: #0DC166;
}
.TagClassName
{
border-color: #0DC166;
}
</style>