Shades of Pigment Green #1AA84A
Tints of Pigment Green #1AA84A
RGB
CMYK
RGB Variations
Color information
#1AA84A (or 0x1AA84A) is known color: Pigment Green. HEX triplet: 1A, A8 and 4A. RGB value is (26,168,74). Sum of RGB (Red+Green+Blue) = 26+168+74=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 168 (66.02% from 255 or 62.69% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA84A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA84A is #E557B5. Grayscale: #737373. Windows color (decimal): -15030198 or 4892698. OLE color: 4892698.
HSL color Cylindrical-coordinate representation of color #1AA84A: hue angle of 140.28º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA84A is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 168 | 74 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.34 |
| HSL | 140.28º | 0.73% | 0.38% | - |
| HSV(B) | 140.28º | 0.85% | 0.66% | - |
| XYZ | 15.66 | 28.72 | 11.2 | - |
| YUV | 114.83 | 104.96 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 74 | 0.85 | 0 | 0.56 | 0.34 | 140.28 | 0.73 | 0.38 |
| Hex | 1A | A8 | 4A | 55 | 0 | 38 | 22 | 8C | 49 | 26 |
| Octal | 32 | 250 | 112 | 125 | 0 | 70 | 42 | 214 | 111 | 46 |
| Binary | 11010 | 10101000 | 1001010 | 1010101 | 0 | 111000 | 100010 | 10001100 | 1001001 | 100110 |
Color Harmonies of #1AA84A
Complementary color
Monochromatic Colors of #1AA84A
Black with #1AA84A
Text Example
Text Example
White with #1AA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA84A; }
p { color: rgb(26,168,74); }
H1.HeaderClassName
{
color: #1AA84A;
}
.AnyTagClassName
{
color: #1AA84A;
}
</style>
background-color css
<style>
a { background-color: #1AA84A; }
a { background-color: rgb(26,168,74); }
div.DivClassName
{
background-color: #1AA84A;
}
.BgClassName
{
background-color: #1AA84A;
}
</style>
border-color css
<style>
span { border-color: #1AA84A; }
span { border-color: rgb(26,168,74); }
td.TdClassName
{
border-color: #1AA84A;
}
.TagClassName
{
border-color: #1AA84A;
}
</style>