Shades of Jade #1AAA62
Tints of Jade #1AAA62
RGB
CMYK
RGB Variations
Color information
#1AAA62 (or 0x1AAA62) is known color: Jade. HEX triplet: 1A, AA and 62. RGB value is (26,170,98). Sum of RGB (Red+Green+Blue) = 26+170+98=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA62 is #E5559D. Grayscale: #767676. Windows color (decimal): -15029662 or 6466074. OLE color: 6466074.
HSL color Cylindrical-coordinate representation of color #1AAA62: hue angle of 150º 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 #1AAA62 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 98 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.33 |
| HSL | 150º | 0.73% | 0.38% | - |
| HSV(B) | 150º | 0.85% | 0.67% | - |
| XYZ | 17.01 | 29.85 | 16.42 | - |
| YUV | 118.74 | 116.29 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 98 | 0.85 | 0 | 0.42 | 0.33 | 150 | 0.73 | 0.38 |
| Hex | 1A | AA | 62 | 55 | 0 | 2A | 21 | 96 | 49 | 26 |
| Octal | 32 | 252 | 142 | 125 | 0 | 52 | 41 | 226 | 111 | 46 |
| Binary | 11010 | 10101010 | 1100010 | 1010101 | 0 | 101010 | 100001 | 10010110 | 1001001 | 100110 |
Color Harmonies of #1AAA62
Complementary color
Monochromatic Colors of #1AAA62
Black with #1AAA62
Text Example
Text Example
White with #1AAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA62; }
p { color: rgb(26,170,98); }
H1.HeaderClassName
{
color: #1AAA62;
}
.AnyTagClassName
{
color: #1AAA62;
}
</style>
background-color css
<style>
a { background-color: #1AAA62; }
a { background-color: rgb(26,170,98); }
div.DivClassName
{
background-color: #1AAA62;
}
.BgClassName
{
background-color: #1AAA62;
}
</style>
border-color css
<style>
span { border-color: #1AAA62; }
span { border-color: rgb(26,170,98); }
td.TdClassName
{
border-color: #1AAA62;
}
.TagClassName
{
border-color: #1AAA62;
}
</style>