Shades of Pigment Green #1AAA56
Tints of Pigment Green #1AAA56
RGB
CMYK
RGB Variations
Color information
#1AAA56 (or 0x1AAA56) is known color: Pigment Green. HEX triplet: 1A, AA and 56. RGB value is (26,170,86). Sum of RGB (Red+Green+Blue) = 26+170+86=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA56 is #E555A9. Grayscale: #757575. Windows color (decimal): -15029674 or 5679642. OLE color: 5679642.
HSL color Cylindrical-coordinate representation of color #1AAA56: hue angle of 145º 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 #1AAA56 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 86 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.33 |
| HSL | 145º | 0.73% | 0.38% | - |
| HSV(B) | 145º | 0.85% | 0.67% | - |
| XYZ | 16.48 | 29.64 | 13.66 | - |
| YUV | 117.37 | 110.29 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 86 | 0.85 | 0 | 0.49 | 0.33 | 145 | 0.73 | 0.38 |
| Hex | 1A | AA | 56 | 55 | 0 | 31 | 21 | 91 | 49 | 26 |
| Octal | 32 | 252 | 126 | 125 | 0 | 61 | 41 | 221 | 111 | 46 |
| Binary | 11010 | 10101010 | 1010110 | 1010101 | 0 | 110001 | 100001 | 10010001 | 1001001 | 100110 |
Color Harmonies of #1AAA56
Complementary color
Monochromatic Colors of #1AAA56
Black with #1AAA56
Text Example
Text Example
White with #1AAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA56; }
p { color: rgb(26,170,86); }
H1.HeaderClassName
{
color: #1AAA56;
}
.AnyTagClassName
{
color: #1AAA56;
}
</style>
background-color css
<style>
a { background-color: #1AAA56; }
a { background-color: rgb(26,170,86); }
div.DivClassName
{
background-color: #1AAA56;
}
.BgClassName
{
background-color: #1AAA56;
}
</style>
border-color css
<style>
span { border-color: #1AAA56; }
span { border-color: rgb(26,170,86); }
td.TdClassName
{
border-color: #1AAA56;
}
.TagClassName
{
border-color: #1AAA56;
}
</style>