Shades of Jade #10C166
Tints of Jade #10C166
RGB
CMYK
RGB Variations
Color information
#10C166 (or 0x10C166) is known color: Jade. HEX triplet: 10, C1 and 66. RGB value is (16,193,102). Sum of RGB (Red+Green+Blue) = 16+193+102=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #10C166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C166 is #EF3E99. Grayscale: #818181. Windows color (decimal): -15679130 or 6734096. OLE color: 6734096.
HSL color Cylindrical-coordinate representation of color #10C166: hue angle of 149.15º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C166 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 102 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.24 |
| HSL | 149.15º | 0.85% | 0.41% | - |
| HSV(B) | 149.15º | 0.92% | 0.76% | - |
| XYZ | 21.68 | 39.21 | 19 | - |
| YUV | 129.7 | 112.36 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 102 | 0.92 | 0 | 0.47 | 0.24 | 149.15 | 0.85 | 0.41 |
| Hex | 10 | C1 | 66 | 5C | 0 | 2F | 18 | 95 | 55 | 29 |
| Octal | 20 | 301 | 146 | 134 | 0 | 57 | 30 | 225 | 125 | 51 |
| Binary | 10000 | 11000001 | 1100110 | 1011100 | 0 | 101111 | 11000 | 10010101 | 1010101 | 101001 |
Color Harmonies of #10C166
Complementary color
Monochromatic Colors of #10C166
Black with #10C166
Text Example
Text Example
White with #10C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C166; }
p { color: rgb(16,193,102); }
H1.HeaderClassName
{
color: #10C166;
}
.AnyTagClassName
{
color: #10C166;
}
</style>
background-color css
<style>
a { background-color: #10C166; }
a { background-color: rgb(16,193,102); }
div.DivClassName
{
background-color: #10C166;
}
.BgClassName
{
background-color: #10C166;
}
</style>
border-color css
<style>
span { border-color: #10C166; }
span { border-color: rgb(16,193,102); }
td.TdClassName
{
border-color: #10C166;
}
.TagClassName
{
border-color: #10C166;
}
</style>