Shades of Jade #1AAA6B
Tints of Jade #1AAA6B
RGB
CMYK
RGB Variations
Color information
#1AAA6B (or 0x1AAA6B) is known color: Jade. HEX triplet: 1A, AA and 6B. RGB value is (26,170,107). Sum of RGB (Red+Green+Blue) = 26+170+107=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA6B is #E55594. Grayscale: #777777. Windows color (decimal): -15029653 or 7055898. OLE color: 7055898.
HSL color Cylindrical-coordinate representation of color #1AAA6B: hue angle of 153.75º 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 #1AAA6B is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 107 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.33 |
| HSL | 153.75º | 0.73% | 0.38% | - |
| HSV(B) | 153.75º | 0.85% | 0.67% | - |
| XYZ | 17.45 | 30.03 | 18.79 | - |
| YUV | 119.76 | 120.79 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 107 | 0.85 | 0 | 0.37 | 0.33 | 153.75 | 0.73 | 0.38 |
| Hex | 1A | AA | 6B | 55 | 0 | 25 | 21 | 9A | 49 | 26 |
| Octal | 32 | 252 | 153 | 125 | 0 | 45 | 41 | 232 | 111 | 46 |
| Binary | 11010 | 10101010 | 1101011 | 1010101 | 0 | 100101 | 100001 | 10011010 | 1001001 | 100110 |
Color Harmonies of #1AAA6B
Complementary color
Monochromatic Colors of #1AAA6B
Black with #1AAA6B
Text Example
Text Example
White with #1AAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA6B; }
p { color: rgb(26,170,107); }
H1.HeaderClassName
{
color: #1AAA6B;
}
.AnyTagClassName
{
color: #1AAA6B;
}
</style>
background-color css
<style>
a { background-color: #1AAA6B; }
a { background-color: rgb(26,170,107); }
div.DivClassName
{
background-color: #1AAA6B;
}
.BgClassName
{
background-color: #1AAA6B;
}
</style>
border-color css
<style>
span { border-color: #1AAA6B; }
span { border-color: rgb(26,170,107); }
td.TdClassName
{
border-color: #1AAA6B;
}
.TagClassName
{
border-color: #1AAA6B;
}
</style>