Shades of Pigment Green #1AAA4E
Tints of Pigment Green #1AAA4E
RGB
CMYK
RGB Variations
Color information
#1AAA4E (or 0x1AAA4E) is known color: Pigment Green. HEX triplet: 1A, AA and 4E. RGB value is (26,170,78). Sum of RGB (Red+Green+Blue) = 26+170+78=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 170 (66.80% from 255 or 62.04% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA4E is #E555B1. Grayscale: #747474. Windows color (decimal): -15029682 or 5155354. OLE color: 5155354.
HSL color Cylindrical-coordinate representation of color #1AAA4E: hue angle of 141.67º 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 #1AAA4E is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 78 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.33 |
| HSL | 141.67º | 0.73% | 0.38% | - |
| HSV(B) | 141.67º | 0.85% | 0.67% | - |
| XYZ | 16.18 | 29.52 | 12.05 | - |
| YUV | 116.46 | 106.29 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 78 | 0.85 | 0 | 0.54 | 0.33 | 141.67 | 0.73 | 0.38 |
| Hex | 1A | AA | 4E | 55 | 0 | 36 | 21 | 8E | 49 | 26 |
| Octal | 32 | 252 | 116 | 125 | 0 | 66 | 41 | 216 | 111 | 46 |
| Binary | 11010 | 10101010 | 1001110 | 1010101 | 0 | 110110 | 100001 | 10001110 | 1001001 | 100110 |
Color Harmonies of #1AAA4E
Complementary color
Monochromatic Colors of #1AAA4E
Black with #1AAA4E
Text Example
Text Example
White with #1AAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA4E; }
p { color: rgb(26,170,78); }
H1.HeaderClassName
{
color: #1AAA4E;
}
.AnyTagClassName
{
color: #1AAA4E;
}
</style>
background-color css
<style>
a { background-color: #1AAA4E; }
a { background-color: rgb(26,170,78); }
div.DivClassName
{
background-color: #1AAA4E;
}
.BgClassName
{
background-color: #1AAA4E;
}
</style>
border-color css
<style>
span { border-color: #1AAA4E; }
span { border-color: rgb(26,170,78); }
td.TdClassName
{
border-color: #1AAA4E;
}
.TagClassName
{
border-color: #1AAA4E;
}
</style>