Shades of Jade #1AA76D
Tints of Jade #1AA76D
RGB
CMYK
RGB Variations
Color information
#1AA76D (or 0x1AA76D) is known color: Jade. HEX triplet: 1A, A7 and 6D. RGB value is (26,167,109). Sum of RGB (Red+Green+Blue) = 26+167+109=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #1AA76D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA76D is #E55892. Grayscale: #767676. Windows color (decimal): -15030419 or 7186202. OLE color: 7186202.
HSL color Cylindrical-coordinate representation of color #1AA76D: hue angle of 155.32º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA76D is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 167 | 109 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.35 |
| HSL | 155.32º | 0.73% | 0.38% | - |
| HSV(B) | 155.32º | 0.84% | 0.65% | - |
| XYZ | 17.01 | 28.96 | 19.16 | - |
| YUV | 118.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 167 | 109 | 0.84 | 0 | 0.35 | 0.35 | 155.32 | 0.73 | 0.38 |
| Hex | 1A | A7 | 6D | 54 | 0 | 23 | 23 | 9B | 49 | 26 |
| Octal | 32 | 247 | 155 | 124 | 0 | 43 | 43 | 233 | 111 | 46 |
| Binary | 11010 | 10100111 | 1101101 | 1010100 | 0 | 100011 | 100011 | 10011011 | 1001001 | 100110 |
Color Harmonies of #1AA76D
Complementary color
Monochromatic Colors of #1AA76D
Black with #1AA76D
Text Example
Text Example
White with #1AA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA76D; }
p { color: rgb(26,167,109); }
H1.HeaderClassName
{
color: #1AA76D;
}
.AnyTagClassName
{
color: #1AA76D;
}
</style>
background-color css
<style>
a { background-color: #1AA76D; }
a { background-color: rgb(26,167,109); }
div.DivClassName
{
background-color: #1AA76D;
}
.BgClassName
{
background-color: #1AA76D;
}
</style>
border-color css
<style>
span { border-color: #1AA76D; }
span { border-color: rgb(26,167,109); }
td.TdClassName
{
border-color: #1AA76D;
}
.TagClassName
{
border-color: #1AA76D;
}
</style>