Shades of Jade #10AA6A
Tints of Jade #10AA6A
RGB
CMYK
RGB Variations
Color information
#10AA6A (or 0x10AA6A) is known color: Jade. HEX triplet: 10, AA and 6A. RGB value is (16,170,106). Sum of RGB (Red+Green+Blue) = 16+170+106=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 170 (66.80% from 255 or 58.22% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA6A is #EF5595. Grayscale: #747474. Windows color (decimal): -15685014 or 6990352. OLE color: 6990352.
HSL color Cylindrical-coordinate representation of color #10AA6A: hue angle of 155.06º 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 #10AA6A is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 106 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.33 |
| HSL | 155.06º | 0.83% | 0.36% | - |
| HSV(B) | 155.06º | 0.91% | 0.67% | - |
| XYZ | 17.19 | 29.9 | 18.5 | - |
| YUV | 116.66 | 121.98 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 106 | 0.91 | 0 | 0.38 | 0.33 | 155.06 | 0.83 | 0.36 |
| Hex | 10 | AA | 6A | 5B | 0 | 26 | 21 | 9B | 53 | 24 |
| Octal | 20 | 252 | 152 | 133 | 0 | 46 | 41 | 233 | 123 | 44 |
| Binary | 10000 | 10101010 | 1101010 | 1011011 | 0 | 100110 | 100001 | 10011011 | 1010011 | 100100 |
Color Harmonies of #10AA6A
Complementary color
Monochromatic Colors of #10AA6A
Black with #10AA6A
Text Example
Text Example
White with #10AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA6A; }
p { color: rgb(16,170,106); }
H1.HeaderClassName
{
color: #10AA6A;
}
.AnyTagClassName
{
color: #10AA6A;
}
</style>
background-color css
<style>
a { background-color: #10AA6A; }
a { background-color: rgb(16,170,106); }
div.DivClassName
{
background-color: #10AA6A;
}
.BgClassName
{
background-color: #10AA6A;
}
</style>
border-color css
<style>
span { border-color: #10AA6A; }
span { border-color: rgb(16,170,106); }
td.TdClassName
{
border-color: #10AA6A;
}
.TagClassName
{
border-color: #10AA6A;
}
</style>