Shades of Jade #1AA96A
Tints of Jade #1AA96A
RGB
CMYK
RGB Variations
Color information
#1AA96A (or 0x1AA96A) is known color: Jade. HEX triplet: 1A, A9 and 6A. RGB value is (26,169,106). Sum of RGB (Red+Green+Blue) = 26+169+106=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA96A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA96A is #E55695. Grayscale: #777777. Windows color (decimal): -15029910 or 6990106. OLE color: 6990106.
HSL color Cylindrical-coordinate representation of color #1AA96A: hue angle of 153.57º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA96A is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 169 | 106 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.34 |
| HSL | 153.57º | 0.73% | 0.38% | - |
| HSV(B) | 153.57º | 0.85% | 0.66% | - |
| XYZ | 17.22 | 29.64 | 18.45 | - |
| YUV | 119.06 | 120.62 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 169 | 106 | 0.85 | 0 | 0.37 | 0.34 | 153.57 | 0.73 | 0.38 |
| Hex | 1A | A9 | 6A | 55 | 0 | 25 | 22 | 9A | 49 | 26 |
| Octal | 32 | 251 | 152 | 125 | 0 | 45 | 42 | 232 | 111 | 46 |
| Binary | 11010 | 10101001 | 1101010 | 1010101 | 0 | 100101 | 100010 | 10011010 | 1001001 | 100110 |
Color Harmonies of #1AA96A
Complementary color
Monochromatic Colors of #1AA96A
Black with #1AA96A
Text Example
Text Example
White with #1AA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA96A; }
p { color: rgb(26,169,106); }
H1.HeaderClassName
{
color: #1AA96A;
}
.AnyTagClassName
{
color: #1AA96A;
}
</style>
background-color css
<style>
a { background-color: #1AA96A; }
a { background-color: rgb(26,169,106); }
div.DivClassName
{
background-color: #1AA96A;
}
.BgClassName
{
background-color: #1AA96A;
}
</style>
border-color css
<style>
span { border-color: #1AA96A; }
span { border-color: rgb(26,169,106); }
td.TdClassName
{
border-color: #1AA96A;
}
.TagClassName
{
border-color: #1AA96A;
}
</style>