Shades of Pigment Green #1AAA5A
Tints of Pigment Green #1AAA5A
RGB
CMYK
RGB Variations
Color information
#1AAA5A (or 0x1AAA5A) is known color: Pigment Green. HEX triplet: 1A, AA and 5A. RGB value is (26,170,90). Sum of RGB (Red+Green+Blue) = 26+170+90=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA5A is #E555A5. Grayscale: #767676. Windows color (decimal): -15029670 or 5941786. OLE color: 5941786.
HSL color Cylindrical-coordinate representation of color #1AAA5A: hue angle of 146.67º 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 #1AAA5A is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 90 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.33 |
| HSL | 146.67º | 0.73% | 0.38% | - |
| HSV(B) | 146.67º | 0.85% | 0.67% | - |
| XYZ | 16.65 | 29.71 | 14.53 | - |
| YUV | 117.82 | 112.29 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 90 | 0.85 | 0 | 0.47 | 0.33 | 146.67 | 0.73 | 0.38 |
| Hex | 1A | AA | 5A | 55 | 0 | 2F | 21 | 93 | 49 | 26 |
| Octal | 32 | 252 | 132 | 125 | 0 | 57 | 41 | 223 | 111 | 46 |
| Binary | 11010 | 10101010 | 1011010 | 1010101 | 0 | 101111 | 100001 | 10010011 | 1001001 | 100110 |
Color Harmonies of #1AAA5A
Complementary color
Monochromatic Colors of #1AAA5A
Black with #1AAA5A
Text Example
Text Example
White with #1AAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA5A; }
p { color: rgb(26,170,90); }
H1.HeaderClassName
{
color: #1AAA5A;
}
.AnyTagClassName
{
color: #1AAA5A;
}
</style>
background-color css
<style>
a { background-color: #1AAA5A; }
a { background-color: rgb(26,170,90); }
div.DivClassName
{
background-color: #1AAA5A;
}
.BgClassName
{
background-color: #1AAA5A;
}
</style>
border-color css
<style>
span { border-color: #1AAA5A; }
span { border-color: rgb(26,170,90); }
td.TdClassName
{
border-color: #1AAA5A;
}
.TagClassName
{
border-color: #1AAA5A;
}
</style>