Shades of Pigment Green #1AAA5B
Tints of Pigment Green #1AAA5B
RGB
CMYK
RGB Variations
Color information
#1AAA5B (or 0x1AAA5B) is known color: Pigment Green. HEX triplet: 1A, AA and 5B. RGB value is (26,170,91). Sum of RGB (Red+Green+Blue) = 26+170+91=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA5B is #E555A4. Grayscale: #767676. Windows color (decimal): -15029669 or 6007322. OLE color: 6007322.
HSL color Cylindrical-coordinate representation of color #1AAA5B: hue angle of 147.08º 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 #1AAA5B is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 91 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.33 |
| HSL | 147.08º | 0.73% | 0.38% | - |
| HSV(B) | 147.08º | 0.85% | 0.67% | - |
| XYZ | 16.69 | 29.72 | 14.76 | - |
| YUV | 117.94 | 112.79 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 91 | 0.85 | 0 | 0.46 | 0.33 | 147.08 | 0.73 | 0.38 |
| Hex | 1A | AA | 5B | 55 | 0 | 2E | 21 | 93 | 49 | 26 |
| Octal | 32 | 252 | 133 | 125 | 0 | 56 | 41 | 223 | 111 | 46 |
| Binary | 11010 | 10101010 | 1011011 | 1010101 | 0 | 101110 | 100001 | 10010011 | 1001001 | 100110 |
Color Harmonies of #1AAA5B
Complementary color
Monochromatic Colors of #1AAA5B
Black with #1AAA5B
Text Example
Text Example
White with #1AAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA5B; }
p { color: rgb(26,170,91); }
H1.HeaderClassName
{
color: #1AAA5B;
}
.AnyTagClassName
{
color: #1AAA5B;
}
</style>
background-color css
<style>
a { background-color: #1AAA5B; }
a { background-color: rgb(26,170,91); }
div.DivClassName
{
background-color: #1AAA5B;
}
.BgClassName
{
background-color: #1AAA5B;
}
</style>
border-color css
<style>
span { border-color: #1AAA5B; }
span { border-color: rgb(26,170,91); }
td.TdClassName
{
border-color: #1AAA5B;
}
.TagClassName
{
border-color: #1AAA5B;
}
</style>