Shades of Pigment Green #1AA048
Tints of Pigment Green #1AA048
RGB
CMYK
RGB Variations
Color information
#1AA048 (or 0x1AA048) is known color: Pigment Green. HEX triplet: 1A, A0 and 48. RGB value is (26,160,72). Sum of RGB (Red+Green+Blue) = 26+160+72=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 160 (62.89% from 255 or 62.02% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA048 is #E55FB7. Grayscale: #6E6E6E. Windows color (decimal): -15032248 or 4759578. OLE color: 4759578.
HSL color Cylindrical-coordinate representation of color #1AA048: hue angle of 140.6º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA048 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 72 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.37 |
| HSL | 140.6º | 0.72% | 0.36% | - |
| HSV(B) | 140.6º | 0.84% | 0.63% | - |
| XYZ | 14.17 | 25.83 | 10.37 | - |
| YUV | 109.9 | 106.61 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 72 | 0.84 | 0 | 0.55 | 0.37 | 140.6 | 0.72 | 0.36 |
| Hex | 1A | A0 | 48 | 54 | 0 | 37 | 25 | 8D | 48 | 24 |
| Octal | 32 | 240 | 110 | 124 | 0 | 67 | 45 | 215 | 110 | 44 |
| Binary | 11010 | 10100000 | 1001000 | 1010100 | 0 | 110111 | 100101 | 10001101 | 1001000 | 100100 |
Color Harmonies of #1AA048
Complementary color
Monochromatic Colors of #1AA048
Black with #1AA048
Text Example
Text Example
White with #1AA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA048; }
p { color: rgb(26,160,72); }
H1.HeaderClassName
{
color: #1AA048;
}
.AnyTagClassName
{
color: #1AA048;
}
</style>
background-color css
<style>
a { background-color: #1AA048; }
a { background-color: rgb(26,160,72); }
div.DivClassName
{
background-color: #1AA048;
}
.BgClassName
{
background-color: #1AA048;
}
</style>
border-color css
<style>
span { border-color: #1AA048; }
span { border-color: rgb(26,160,72); }
td.TdClassName
{
border-color: #1AA048;
}
.TagClassName
{
border-color: #1AA048;
}
</style>