Shades of Pigment Green #1AA249
Tints of Pigment Green #1AA249
RGB
CMYK
RGB Variations
Color information
#1AA249 (or 0x1AA249) is known color: Pigment Green. HEX triplet: 1A, A2 and 49. RGB value is (26,162,73). Sum of RGB (Red+Green+Blue) = 26+162+73=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA249 is #E55DB6. Grayscale: #6F6F6F. Windows color (decimal): -15031735 or 4825626. OLE color: 4825626.
HSL color Cylindrical-coordinate representation of color #1AA249: hue angle of 140.74º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA249 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 162 | 73 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.36 |
| HSL | 140.74º | 0.72% | 0.37% | - |
| HSV(B) | 140.74º | 0.84% | 0.64% | - |
| XYZ | 14.55 | 26.54 | 10.66 | - |
| YUV | 111.19 | 106.44 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 162 | 73 | 0.84 | 0 | 0.55 | 0.36 | 140.74 | 0.72 | 0.37 |
| Hex | 1A | A2 | 49 | 54 | 0 | 37 | 24 | 8D | 48 | 25 |
| Octal | 32 | 242 | 111 | 124 | 0 | 67 | 44 | 215 | 110 | 45 |
| Binary | 11010 | 10100010 | 1001001 | 1010100 | 0 | 110111 | 100100 | 10001101 | 1001000 | 100101 |
Color Harmonies of #1AA249
Complementary color
Monochromatic Colors of #1AA249
Black with #1AA249
Text Example
Text Example
White with #1AA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA249; }
p { color: rgb(26,162,73); }
H1.HeaderClassName
{
color: #1AA249;
}
.AnyTagClassName
{
color: #1AA249;
}
</style>
background-color css
<style>
a { background-color: #1AA249; }
a { background-color: rgb(26,162,73); }
div.DivClassName
{
background-color: #1AA249;
}
.BgClassName
{
background-color: #1AA249;
}
</style>
border-color css
<style>
span { border-color: #1AA249; }
span { border-color: rgb(26,162,73); }
td.TdClassName
{
border-color: #1AA249;
}
.TagClassName
{
border-color: #1AA249;
}
</style>