Shades of Jade #1AAD6B
Tints of Jade #1AAD6B
RGB
CMYK
RGB Variations
Color information
#1AAD6B (or 0x1AAD6B) is known color: Jade. HEX triplet: 1A, AD and 6B. RGB value is (26,173,107). Sum of RGB (Red+Green+Blue) = 26+173+107=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAD6B is #E55294. Grayscale: #797979. Windows color (decimal): -15028885 or 7056666. OLE color: 7056666.
HSL color Cylindrical-coordinate representation of color #1AAD6B: hue angle of 153.06º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAD6B is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 173 | 107 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.32 |
| HSL | 153.06º | 0.74% | 0.39% | - |
| HSV(B) | 153.06º | 0.85% | 0.68% | - |
| XYZ | 18.02 | 31.17 | 18.98 | - |
| YUV | 121.52 | 119.8 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 107 | 0.85 | 0 | 0.38 | 0.32 | 153.06 | 0.74 | 0.39 |
| Hex | 1A | AD | 6B | 55 | 0 | 26 | 20 | 99 | 4A | 27 |
| Octal | 32 | 255 | 153 | 125 | 0 | 46 | 40 | 231 | 112 | 47 |
| Binary | 11010 | 10101101 | 1101011 | 1010101 | 0 | 100110 | 100000 | 10011001 | 1001010 | 100111 |
Color Harmonies of #1AAD6B
Complementary color
Monochromatic Colors of #1AAD6B
Black with #1AAD6B
Text Example
Text Example
White with #1AAD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAD6B; }
p { color: rgb(26,173,107); }
H1.HeaderClassName
{
color: #1AAD6B;
}
.AnyTagClassName
{
color: #1AAD6B;
}
</style>
background-color css
<style>
a { background-color: #1AAD6B; }
a { background-color: rgb(26,173,107); }
div.DivClassName
{
background-color: #1AAD6B;
}
.BgClassName
{
background-color: #1AAD6B;
}
</style>
border-color css
<style>
span { border-color: #1AAD6B; }
span { border-color: rgb(26,173,107); }
td.TdClassName
{
border-color: #1AAD6B;
}
.TagClassName
{
border-color: #1AAD6B;
}
</style>