Shades of Pigment Green #1AAA48
Tints of Pigment Green #1AAA48
RGB
CMYK
RGB Variations
Color information
#1AAA48 (or 0x1AAA48) is known color: Pigment Green. HEX triplet: 1A, AA and 48. RGB value is (26,170,72). Sum of RGB (Red+Green+Blue) = 26+170+72=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA48 is #E555B7. Grayscale: #747474. Windows color (decimal): -15029688 or 4762138. OLE color: 4762138.
HSL color Cylindrical-coordinate representation of color #1AAA48: hue angle of 139.17º 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 #1AAA48 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 72 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.33 |
| HSL | 139.17º | 0.73% | 0.38% | - |
| HSV(B) | 139.17º | 0.85% | 0.67% | - |
| XYZ | 15.97 | 29.44 | 10.97 | - |
| YUV | 115.77 | 103.29 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 72 | 0.85 | 0 | 0.58 | 0.33 | 139.17 | 0.73 | 0.38 |
| Hex | 1A | AA | 48 | 55 | 0 | 3A | 21 | 8B | 49 | 26 |
| Octal | 32 | 252 | 110 | 125 | 0 | 72 | 41 | 213 | 111 | 46 |
| Binary | 11010 | 10101010 | 1001000 | 1010101 | 0 | 111010 | 100001 | 10001011 | 1001001 | 100110 |
Color Harmonies of #1AAA48
Complementary color
Monochromatic Colors of #1AAA48
Black with #1AAA48
Text Example
Text Example
White with #1AAA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA48; }
p { color: rgb(26,170,72); }
H1.HeaderClassName
{
color: #1AAA48;
}
.AnyTagClassName
{
color: #1AAA48;
}
</style>
background-color css
<style>
a { background-color: #1AAA48; }
a { background-color: rgb(26,170,72); }
div.DivClassName
{
background-color: #1AAA48;
}
.BgClassName
{
background-color: #1AAA48;
}
</style>
border-color css
<style>
span { border-color: #1AAA48; }
span { border-color: rgb(26,170,72); }
td.TdClassName
{
border-color: #1AAA48;
}
.TagClassName
{
border-color: #1AAA48;
}
</style>