Shades of Pigment Green #1AA147
Tints of Pigment Green #1AA147
RGB
CMYK
RGB Variations
Color information
#1AA147 (or 0x1AA147) is known color: Pigment Green. HEX triplet: 1A, A1 and 47. RGB value is (26,161,71). Sum of RGB (Red+Green+Blue) = 26+161+71=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 161 (63.28% from 255 or 62.40% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA147 is #E55EB8. Grayscale: #6E6E6E. Windows color (decimal): -15031993 or 4694298. OLE color: 4694298.
HSL color Cylindrical-coordinate representation of color #1AA147: hue angle of 140º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA147 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 161 | 71 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.37 |
| HSL | 140º | 0.72% | 0.37% | - |
| HSV(B) | 140º | 0.84% | 0.63% | - |
| XYZ | 14.31 | 26.16 | 10.26 | - |
| YUV | 110.38 | 105.77 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 71 | 0.84 | 0 | 0.56 | 0.37 | 140 | 0.72 | 0.37 |
| Hex | 1A | A1 | 47 | 54 | 0 | 38 | 25 | 8C | 48 | 25 |
| Octal | 32 | 241 | 107 | 124 | 0 | 70 | 45 | 214 | 110 | 45 |
| Binary | 11010 | 10100001 | 1000111 | 1010100 | 0 | 111000 | 100101 | 10001100 | 1001000 | 100101 |
Color Harmonies of #1AA147
Complementary color
Monochromatic Colors of #1AA147
Black with #1AA147
Text Example
Text Example
White with #1AA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA147; }
p { color: rgb(26,161,71); }
H1.HeaderClassName
{
color: #1AA147;
}
.AnyTagClassName
{
color: #1AA147;
}
</style>
background-color css
<style>
a { background-color: #1AA147; }
a { background-color: rgb(26,161,71); }
div.DivClassName
{
background-color: #1AA147;
}
.BgClassName
{
background-color: #1AA147;
}
</style>
border-color css
<style>
span { border-color: #1AA147; }
span { border-color: rgb(26,161,71); }
td.TdClassName
{
border-color: #1AA147;
}
.TagClassName
{
border-color: #1AA147;
}
</style>