Shades of Jade #1AAE64
Tints of Jade #1AAE64
RGB
CMYK
RGB Variations
Color information
#1AAE64 (or 0x1AAE64) is known color: Jade. HEX triplet: 1A, AE and 64. RGB value is (26,174,100). Sum of RGB (Red+Green+Blue) = 26+174+100=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAE64 is #E5519B. Grayscale: #797979. Windows color (decimal): -15028636 or 6598170. OLE color: 6598170.
HSL color Cylindrical-coordinate representation of color #1AAE64: hue angle of 150º 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 #1AAE64 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 174 | 100 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.32 |
| HSL | 150º | 0.74% | 0.39% | - |
| HSV(B) | 150º | 0.85% | 0.68% | - |
| XYZ | 17.86 | 31.41 | 17.18 | - |
| YUV | 121.31 | 115.97 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 100 | 0.85 | 0 | 0.43 | 0.32 | 150 | 0.74 | 0.39 |
| Hex | 1A | AE | 64 | 55 | 0 | 2B | 20 | 96 | 4A | 27 |
| Octal | 32 | 256 | 144 | 125 | 0 | 53 | 40 | 226 | 112 | 47 |
| Binary | 11010 | 10101110 | 1100100 | 1010101 | 0 | 101011 | 100000 | 10010110 | 1001010 | 100111 |
Color Harmonies of #1AAE64
Complementary color
Monochromatic Colors of #1AAE64
Black with #1AAE64
Text Example
Text Example
White with #1AAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAE64; }
p { color: rgb(26,174,100); }
H1.HeaderClassName
{
color: #1AAE64;
}
.AnyTagClassName
{
color: #1AAE64;
}
</style>
background-color css
<style>
a { background-color: #1AAE64; }
a { background-color: rgb(26,174,100); }
div.DivClassName
{
background-color: #1AAE64;
}
.BgClassName
{
background-color: #1AAE64;
}
</style>
border-color css
<style>
span { border-color: #1AAE64; }
span { border-color: rgb(26,174,100); }
td.TdClassName
{
border-color: #1AAE64;
}
.TagClassName
{
border-color: #1AAE64;
}
</style>