Shades of Pigment Green #1AAA51
Tints of Pigment Green #1AAA51
RGB
CMYK
RGB Variations
Color information
#1AAA51 (or 0x1AAA51) is known color: Pigment Green. HEX triplet: 1A, AA and 51. RGB value is (26,170,81). Sum of RGB (Red+Green+Blue) = 26+170+81=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA51 is #E555AE. Grayscale: #757575. Windows color (decimal): -15029679 or 5351962. OLE color: 5351962.
HSL color Cylindrical-coordinate representation of color #1AAA51: hue angle of 142.92º 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 #1AAA51 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 81 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.33 |
| HSL | 142.92º | 0.73% | 0.38% | - |
| HSV(B) | 142.92º | 0.85% | 0.67% | - |
| XYZ | 16.29 | 29.56 | 12.63 | - |
| YUV | 116.8 | 107.79 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 81 | 0.85 | 0 | 0.52 | 0.33 | 142.92 | 0.73 | 0.38 |
| Hex | 1A | AA | 51 | 55 | 0 | 34 | 21 | 8F | 49 | 26 |
| Octal | 32 | 252 | 121 | 125 | 0 | 64 | 41 | 217 | 111 | 46 |
| Binary | 11010 | 10101010 | 1010001 | 1010101 | 0 | 110100 | 100001 | 10001111 | 1001001 | 100110 |
Color Harmonies of #1AAA51
Complementary color
Monochromatic Colors of #1AAA51
Black with #1AAA51
Text Example
Text Example
White with #1AAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA51; }
p { color: rgb(26,170,81); }
H1.HeaderClassName
{
color: #1AAA51;
}
.AnyTagClassName
{
color: #1AAA51;
}
</style>
background-color css
<style>
a { background-color: #1AAA51; }
a { background-color: rgb(26,170,81); }
div.DivClassName
{
background-color: #1AAA51;
}
.BgClassName
{
background-color: #1AAA51;
}
</style>
border-color css
<style>
span { border-color: #1AAA51; }
span { border-color: rgb(26,170,81); }
td.TdClassName
{
border-color: #1AAA51;
}
.TagClassName
{
border-color: #1AAA51;
}
</style>