Shades of Pigment Green #1AA949
Tints of Pigment Green #1AA949
RGB
CMYK
RGB Variations
Color information
#1AA949 (or 0x1AA949) is known color: Pigment Green. HEX triplet: 1A, A9 and 49. RGB value is (26,169,73). Sum of RGB (Red+Green+Blue) = 26+169+73=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 169 (66.41% from 255 or 63.06% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA949 is #E556B6. Grayscale: #737373. Windows color (decimal): -15029943 or 4827418. OLE color: 4827418.
HSL color Cylindrical-coordinate representation of color #1AA949: hue angle of 139.72º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA949 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 169 | 73 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.34 |
| HSL | 139.72º | 0.73% | 0.38% | - |
| HSV(B) | 139.72º | 0.85% | 0.66% | - |
| XYZ | 15.82 | 29.08 | 11.08 | - |
| YUV | 115.3 | 104.12 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 169 | 73 | 0.85 | 0 | 0.57 | 0.34 | 139.72 | 0.73 | 0.38 |
| Hex | 1A | A9 | 49 | 55 | 0 | 39 | 22 | 8C | 49 | 26 |
| Octal | 32 | 251 | 111 | 125 | 0 | 71 | 42 | 214 | 111 | 46 |
| Binary | 11010 | 10101001 | 1001001 | 1010101 | 0 | 111001 | 100010 | 10001100 | 1001001 | 100110 |
Color Harmonies of #1AA949
Complementary color
Monochromatic Colors of #1AA949
Black with #1AA949
Text Example
Text Example
White with #1AA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA949; }
p { color: rgb(26,169,73); }
H1.HeaderClassName
{
color: #1AA949;
}
.AnyTagClassName
{
color: #1AA949;
}
</style>
background-color css
<style>
a { background-color: #1AA949; }
a { background-color: rgb(26,169,73); }
div.DivClassName
{
background-color: #1AA949;
}
.BgClassName
{
background-color: #1AA949;
}
</style>
border-color css
<style>
span { border-color: #1AA949; }
span { border-color: rgb(26,169,73); }
td.TdClassName
{
border-color: #1AA949;
}
.TagClassName
{
border-color: #1AA949;
}
</style>