Shades of Jade #1AAA6D
Tints of Jade #1AAA6D
RGB
CMYK
RGB Variations
Color information
#1AAA6D (or 0x1AAA6D) is known color: Jade. HEX triplet: 1A, AA and 6D. RGB value is (26,170,109). Sum of RGB (Red+Green+Blue) = 26+170+109=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA6D is #E55592. Grayscale: #787878. Windows color (decimal): -15029651 or 7186970. OLE color: 7186970.
HSL color Cylindrical-coordinate representation of color #1AAA6D: hue angle of 154.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA6D is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 109 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.33 |
| HSL | 154.58º | 0.73% | 0.38% | - |
| HSV(B) | 154.58º | 0.85% | 0.67% | - |
| XYZ | 17.56 | 30.07 | 19.35 | - |
| YUV | 119.99 | 121.79 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 109 | 0.85 | 0 | 0.36 | 0.33 | 154.58 | 0.73 | 0.38 |
| Hex | 1A | AA | 6D | 55 | 0 | 24 | 21 | 9B | 49 | 26 |
| Octal | 32 | 252 | 155 | 125 | 0 | 44 | 41 | 233 | 111 | 46 |
| Binary | 11010 | 10101010 | 1101101 | 1010101 | 0 | 100100 | 100001 | 10011011 | 1001001 | 100110 |
Color Harmonies of #1AAA6D
Complementary color
Monochromatic Colors of #1AAA6D
Black with #1AAA6D
Text Example
Text Example
White with #1AAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA6D; }
p { color: rgb(26,170,109); }
H1.HeaderClassName
{
color: #1AAA6D;
}
.AnyTagClassName
{
color: #1AAA6D;
}
</style>
background-color css
<style>
a { background-color: #1AAA6D; }
a { background-color: rgb(26,170,109); }
div.DivClassName
{
background-color: #1AAA6D;
}
.BgClassName
{
background-color: #1AAA6D;
}
</style>
border-color css
<style>
span { border-color: #1AAA6D; }
span { border-color: rgb(26,170,109); }
td.TdClassName
{
border-color: #1AAA6D;
}
.TagClassName
{
border-color: #1AAA6D;
}
</style>