Shades of Jade #10AA6E
Tints of Jade #10AA6E
RGB
CMYK
RGB Variations
Color information
#10AA6E (or 0x10AA6E) is known color: Jade. HEX triplet: 10, AA and 6E. RGB value is (16,170,110). Sum of RGB (Red+Green+Blue) = 16+170+110=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA6E is #EF5591. Grayscale: #757575. Windows color (decimal): -15685010 or 7252496. OLE color: 7252496.
HSL color Cylindrical-coordinate representation of color #10AA6E: hue angle of 156.62º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA6E is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 110 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.33 |
| HSL | 156.62º | 0.83% | 0.36% | - |
| HSV(B) | 156.62º | 0.91% | 0.67% | - |
| XYZ | 17.4 | 29.99 | 19.62 | - |
| YUV | 117.11 | 123.98 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 110 | 0.91 | 0 | 0.35 | 0.33 | 156.62 | 0.83 | 0.36 |
| Hex | 10 | AA | 6E | 5B | 0 | 23 | 21 | 9D | 53 | 24 |
| Octal | 20 | 252 | 156 | 133 | 0 | 43 | 41 | 235 | 123 | 44 |
| Binary | 10000 | 10101010 | 1101110 | 1011011 | 0 | 100011 | 100001 | 10011101 | 1010011 | 100100 |
Color Harmonies of #10AA6E
Complementary color
Monochromatic Colors of #10AA6E
Black with #10AA6E
Text Example
Text Example
White with #10AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA6E; }
p { color: rgb(16,170,110); }
H1.HeaderClassName
{
color: #10AA6E;
}
.AnyTagClassName
{
color: #10AA6E;
}
</style>
background-color css
<style>
a { background-color: #10AA6E; }
a { background-color: rgb(16,170,110); }
div.DivClassName
{
background-color: #10AA6E;
}
.BgClassName
{
background-color: #10AA6E;
}
</style>
border-color css
<style>
span { border-color: #10AA6E; }
span { border-color: rgb(16,170,110); }
td.TdClassName
{
border-color: #10AA6E;
}
.TagClassName
{
border-color: #10AA6E;
}
</style>