Shades of Pigment Green #1AA142
Tints of Pigment Green #1AA142
RGB
CMYK
RGB Variations
Color information
#1AA142 (or 0x1AA142) is known color: Pigment Green. HEX triplet: 1A, A1 and 42. RGB value is (26,161,66). Sum of RGB (Red+Green+Blue) = 26+161+66=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 161 (63.28% from 255 or 63.64% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA142 is #E55EBD. Grayscale: #6E6E6E. Windows color (decimal): -15031998 or 4366618. OLE color: 4366618.
HSL color Cylindrical-coordinate representation of color #1AA142: hue angle of 137.78º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA142 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 161 | 66 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.37 |
| HSL | 137.78º | 0.72% | 0.37% | - |
| HSV(B) | 137.78º | 0.84% | 0.63% | - |
| XYZ | 14.15 | 26.1 | 9.45 | - |
| YUV | 109.81 | 103.27 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 66 | 0.84 | 0 | 0.59 | 0.37 | 137.78 | 0.72 | 0.37 |
| Hex | 1A | A1 | 42 | 54 | 0 | 3B | 25 | 8A | 48 | 25 |
| Octal | 32 | 241 | 102 | 124 | 0 | 73 | 45 | 212 | 110 | 45 |
| Binary | 11010 | 10100001 | 1000010 | 1010100 | 0 | 111011 | 100101 | 10001010 | 1001000 | 100101 |
Color Harmonies of #1AA142
Complementary color
Monochromatic Colors of #1AA142
Black with #1AA142
Text Example
Text Example
White with #1AA142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA142; }
p { color: rgb(26,161,66); }
H1.HeaderClassName
{
color: #1AA142;
}
.AnyTagClassName
{
color: #1AA142;
}
</style>
background-color css
<style>
a { background-color: #1AA142; }
a { background-color: rgb(26,161,66); }
div.DivClassName
{
background-color: #1AA142;
}
.BgClassName
{
background-color: #1AA142;
}
</style>
border-color css
<style>
span { border-color: #1AA142; }
span { border-color: rgb(26,161,66); }
td.TdClassName
{
border-color: #1AA142;
}
.TagClassName
{
border-color: #1AA142;
}
</style>