Shades of Pigment Green #1AA14F
Tints of Pigment Green #1AA14F
RGB
CMYK
RGB Variations
Color information
#1AA14F (or 0x1AA14F) is known color: Pigment Green. HEX triplet: 1A, A1 and 4F. RGB value is (26,161,79). Sum of RGB (Red+Green+Blue) = 26+161+79=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA14F is #E55EB0. Grayscale: #6F6F6F. Windows color (decimal): -15031985 or 5218586. OLE color: 5218586.
HSL color Cylindrical-coordinate representation of color #1AA14F: hue angle of 143.56º 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 #1AA14F is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 161 | 79 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.37 |
| HSL | 143.56º | 0.72% | 0.37% | - |
| HSV(B) | 143.56º | 0.84% | 0.63% | - |
| XYZ | 14.58 | 26.27 | 11.7 | - |
| YUV | 111.29 | 109.77 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 79 | 0.84 | 0 | 0.51 | 0.37 | 143.56 | 0.72 | 0.37 |
| Hex | 1A | A1 | 4F | 54 | 0 | 33 | 25 | 90 | 48 | 25 |
| Octal | 32 | 241 | 117 | 124 | 0 | 63 | 45 | 220 | 110 | 45 |
| Binary | 11010 | 10100001 | 1001111 | 1010100 | 0 | 110011 | 100101 | 10010000 | 1001000 | 100101 |
Color Harmonies of #1AA14F
Complementary color
Monochromatic Colors of #1AA14F
Black with #1AA14F
Text Example
Text Example
White with #1AA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA14F; }
p { color: rgb(26,161,79); }
H1.HeaderClassName
{
color: #1AA14F;
}
.AnyTagClassName
{
color: #1AA14F;
}
</style>
background-color css
<style>
a { background-color: #1AA14F; }
a { background-color: rgb(26,161,79); }
div.DivClassName
{
background-color: #1AA14F;
}
.BgClassName
{
background-color: #1AA14F;
}
</style>
border-color css
<style>
span { border-color: #1AA14F; }
span { border-color: rgb(26,161,79); }
td.TdClassName
{
border-color: #1AA14F;
}
.TagClassName
{
border-color: #1AA14F;
}
</style>