Shades of Pigment Green #1AAA46
Tints of Pigment Green #1AAA46
RGB
CMYK
RGB Variations
Color information
#1AAA46 (or 0x1AAA46) is known color: Pigment Green. HEX triplet: 1A, AA and 46. RGB value is (26,170,70). Sum of RGB (Red+Green+Blue) = 26+170+70=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAA46 is #E555B9. Grayscale: #737373. Windows color (decimal): -15029690 or 4631066. OLE color: 4631066.
HSL color Cylindrical-coordinate representation of color #1AAA46: hue angle of 138.33º 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 #1AAA46 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 70 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.33 |
| HSL | 138.33º | 0.73% | 0.38% | - |
| HSV(B) | 138.33º | 0.85% | 0.67% | - |
| XYZ | 15.91 | 29.41 | 10.63 | - |
| YUV | 115.54 | 102.29 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 70 | 0.85 | 0 | 0.59 | 0.33 | 138.33 | 0.73 | 0.38 |
| Hex | 1A | AA | 46 | 55 | 0 | 3B | 21 | 8A | 49 | 26 |
| Octal | 32 | 252 | 106 | 125 | 0 | 73 | 41 | 212 | 111 | 46 |
| Binary | 11010 | 10101010 | 1000110 | 1010101 | 0 | 111011 | 100001 | 10001010 | 1001001 | 100110 |
Color Harmonies of #1AAA46
Complementary color
Monochromatic Colors of #1AAA46
Black with #1AAA46
Text Example
Text Example
White with #1AAA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA46; }
p { color: rgb(26,170,70); }
H1.HeaderClassName
{
color: #1AAA46;
}
.AnyTagClassName
{
color: #1AAA46;
}
</style>
background-color css
<style>
a { background-color: #1AAA46; }
a { background-color: rgb(26,170,70); }
div.DivClassName
{
background-color: #1AAA46;
}
.BgClassName
{
background-color: #1AAA46;
}
</style>
border-color css
<style>
span { border-color: #1AAA46; }
span { border-color: rgb(26,170,70); }
td.TdClassName
{
border-color: #1AAA46;
}
.TagClassName
{
border-color: #1AAA46;
}
</style>