Shades of Jade #10A66D
Tints of Jade #10A66D
RGB
CMYK
RGB Variations
Color information
#10A66D (or 0x10A66D) is known color: Jade. HEX triplet: 10, A6 and 6D. RGB value is (16,166,109). Sum of RGB (Red+Green+Blue) = 16+166+109=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 166 (65.23% from 255 or 57.04% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 166 - color contains mainly: green. Hex color #10A66D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A66D is #EF5992. Grayscale: #727272. Windows color (decimal): -15686035 or 7185936. OLE color: 7185936.
HSL color Cylindrical-coordinate representation of color #10A66D: hue angle of 157.2º 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 #10A66D is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 109 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.35 |
| HSL | 157.2º | 0.82% | 0.36% | - |
| HSV(B) | 157.2º | 0.9% | 0.65% | - |
| XYZ | 16.61 | 28.49 | 19.09 | - |
| YUV | 114.65 | 124.81 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 109 | 0.90 | 0 | 0.34 | 0.35 | 157.2 | 0.82 | 0.36 |
| Hex | 10 | A6 | 6D | 5A | 0 | 22 | 23 | 9D | 52 | 24 |
| Octal | 20 | 246 | 155 | 132 | 0 | 42 | 43 | 235 | 122 | 44 |
| Binary | 10000 | 10100110 | 1101101 | 1011010 | 0 | 100010 | 100011 | 10011101 | 1010010 | 100100 |
Color Harmonies of #10A66D
Complementary color
Monochromatic Colors of #10A66D
Black with #10A66D
Text Example
Text Example
White with #10A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A66D; }
p { color: rgb(16,166,109); }
H1.HeaderClassName
{
color: #10A66D;
}
.AnyTagClassName
{
color: #10A66D;
}
</style>
background-color css
<style>
a { background-color: #10A66D; }
a { background-color: rgb(16,166,109); }
div.DivClassName
{
background-color: #10A66D;
}
.BgClassName
{
background-color: #10A66D;
}
</style>
border-color css
<style>
span { border-color: #10A66D; }
span { border-color: rgb(16,166,109); }
td.TdClassName
{
border-color: #10A66D;
}
.TagClassName
{
border-color: #10A66D;
}
</style>