Shades of Jade #10A666
Tints of Jade #10A666
RGB
CMYK
RGB Variations
Color information
#10A666 (or 0x10A666) is known color: Jade. HEX triplet: 10, A6 and 66. RGB value is (16,166,102). Sum of RGB (Red+Green+Blue) = 16+166+102=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 166 (65.23% from 255 or 58.45% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 166 - color contains mainly: green. Hex color #10A666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A666 is #EF5999. Grayscale: #717171. Windows color (decimal): -15686042 or 6727184. OLE color: 6727184.
HSL color Cylindrical-coordinate representation of color #10A666: hue angle of 154.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A666 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 102 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.35 |
| HSL | 154.4º | 0.82% | 0.36% | - |
| HSV(B) | 154.4º | 0.9% | 0.65% | - |
| XYZ | 16.25 | 28.34 | 17.18 | - |
| YUV | 113.85 | 121.31 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 102 | 0.90 | 0 | 0.39 | 0.35 | 154.4 | 0.82 | 0.36 |
| Hex | 10 | A6 | 66 | 5A | 0 | 27 | 23 | 9A | 52 | 24 |
| Octal | 20 | 246 | 146 | 132 | 0 | 47 | 43 | 232 | 122 | 44 |
| Binary | 10000 | 10100110 | 1100110 | 1011010 | 0 | 100111 | 100011 | 10011010 | 1010010 | 100100 |
Color Harmonies of #10A666
Complementary color
Monochromatic Colors of #10A666
Black with #10A666
Text Example
Text Example
White with #10A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A666; }
p { color: rgb(16,166,102); }
H1.HeaderClassName
{
color: #10A666;
}
.AnyTagClassName
{
color: #10A666;
}
</style>
background-color css
<style>
a { background-color: #10A666; }
a { background-color: rgb(16,166,102); }
div.DivClassName
{
background-color: #10A666;
}
.BgClassName
{
background-color: #10A666;
}
</style>
border-color css
<style>
span { border-color: #10A666; }
span { border-color: rgb(16,166,102); }
td.TdClassName
{
border-color: #10A666;
}
.TagClassName
{
border-color: #10A666;
}
</style>