Shades of Pigment Green #1AAA47
Tints of Pigment Green #1AAA47
RGB
CMYK
RGB Variations
Color information
#1AAA47 (or 0x1AAA47) is known color: Pigment Green. HEX triplet: 1A, AA and 47. RGB value is (26,170,71). Sum of RGB (Red+Green+Blue) = 26+170+71=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA47 is #E555B8. Grayscale: #737373. Windows color (decimal): -15029689 or 4696602. OLE color: 4696602.
HSL color Cylindrical-coordinate representation of color #1AAA47: hue angle of 138.75º 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 #1AAA47 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 71 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.33 |
| HSL | 138.75º | 0.73% | 0.38% | - |
| HSV(B) | 138.75º | 0.85% | 0.67% | - |
| XYZ | 15.94 | 29.42 | 10.8 | - |
| YUV | 115.66 | 102.79 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 71 | 0.85 | 0 | 0.58 | 0.33 | 138.75 | 0.73 | 0.38 |
| Hex | 1A | AA | 47 | 55 | 0 | 3A | 21 | 8B | 49 | 26 |
| Octal | 32 | 252 | 107 | 125 | 0 | 72 | 41 | 213 | 111 | 46 |
| Binary | 11010 | 10101010 | 1000111 | 1010101 | 0 | 111010 | 100001 | 10001011 | 1001001 | 100110 |
Color Harmonies of #1AAA47
Complementary color
Monochromatic Colors of #1AAA47
Black with #1AAA47
Text Example
Text Example
White with #1AAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA47; }
p { color: rgb(26,170,71); }
H1.HeaderClassName
{
color: #1AAA47;
}
.AnyTagClassName
{
color: #1AAA47;
}
</style>
background-color css
<style>
a { background-color: #1AAA47; }
a { background-color: rgb(26,170,71); }
div.DivClassName
{
background-color: #1AAA47;
}
.BgClassName
{
background-color: #1AAA47;
}
</style>
border-color css
<style>
span { border-color: #1AAA47; }
span { border-color: rgb(26,170,71); }
td.TdClassName
{
border-color: #1AAA47;
}
.TagClassName
{
border-color: #1AAA47;
}
</style>