Shades of Pigment Green #1AAA4C
Tints of Pigment Green #1AAA4C
RGB
CMYK
RGB Variations
Color information
#1AAA4C (or 0x1AAA4C) is known color: Pigment Green. HEX triplet: 1A, AA and 4C. RGB value is (26,170,76). Sum of RGB (Red+Green+Blue) = 26+170+76=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 170 (66.80% from 255 or 62.5% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA4C is #E555B3. Grayscale: #747474. Windows color (decimal): -15029684 or 5024282. OLE color: 5024282.
HSL color Cylindrical-coordinate representation of color #1AAA4C: hue angle of 140.83º 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 #1AAA4C is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 76 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.33 |
| HSL | 140.83º | 0.73% | 0.38% | - |
| HSV(B) | 140.83º | 0.85% | 0.67% | - |
| XYZ | 16.11 | 29.49 | 11.68 | - |
| YUV | 116.23 | 105.29 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 76 | 0.85 | 0 | 0.55 | 0.33 | 140.83 | 0.73 | 0.38 |
| Hex | 1A | AA | 4C | 55 | 0 | 37 | 21 | 8D | 49 | 26 |
| Octal | 32 | 252 | 114 | 125 | 0 | 67 | 41 | 215 | 111 | 46 |
| Binary | 11010 | 10101010 | 1001100 | 1010101 | 0 | 110111 | 100001 | 10001101 | 1001001 | 100110 |
Color Harmonies of #1AAA4C
Complementary color
Monochromatic Colors of #1AAA4C
Black with #1AAA4C
Text Example
Text Example
White with #1AAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA4C; }
p { color: rgb(26,170,76); }
H1.HeaderClassName
{
color: #1AAA4C;
}
.AnyTagClassName
{
color: #1AAA4C;
}
</style>
background-color css
<style>
a { background-color: #1AAA4C; }
a { background-color: rgb(26,170,76); }
div.DivClassName
{
background-color: #1AAA4C;
}
.BgClassName
{
background-color: #1AAA4C;
}
</style>
border-color css
<style>
span { border-color: #1AAA4C; }
span { border-color: rgb(26,170,76); }
td.TdClassName
{
border-color: #1AAA4C;
}
.TagClassName
{
border-color: #1AAA4C;
}
</style>