Shades of Pigment Green #1AAC4E
Tints of Pigment Green #1AAC4E
RGB
CMYK
RGB Variations
Color information
#1AAC4E (or 0x1AAC4E) is known color: Pigment Green. HEX triplet: 1A, AC and 4E. RGB value is (26,172,78). Sum of RGB (Red+Green+Blue) = 26+172+78=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAC4E is #E553B1. Grayscale: #757575. Windows color (decimal): -15029170 or 5155866. OLE color: 5155866.
HSL color Cylindrical-coordinate representation of color #1AAC4E: hue angle of 141.37º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAC4E is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 172 | 78 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.33 |
| HSL | 141.37º | 0.74% | 0.39% | - |
| HSV(B) | 141.37º | 0.85% | 0.67% | - |
| XYZ | 16.55 | 30.27 | 12.18 | - |
| YUV | 117.63 | 105.63 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 78 | 0.85 | 0 | 0.55 | 0.33 | 141.37 | 0.74 | 0.39 |
| Hex | 1A | AC | 4E | 55 | 0 | 37 | 21 | 8D | 4A | 27 |
| Octal | 32 | 254 | 116 | 125 | 0 | 67 | 41 | 215 | 112 | 47 |
| Binary | 11010 | 10101100 | 1001110 | 1010101 | 0 | 110111 | 100001 | 10001101 | 1001010 | 100111 |
Color Harmonies of #1AAC4E
Complementary color
Monochromatic Colors of #1AAC4E
Black with #1AAC4E
Text Example
Text Example
White with #1AAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAC4E; }
p { color: rgb(26,172,78); }
H1.HeaderClassName
{
color: #1AAC4E;
}
.AnyTagClassName
{
color: #1AAC4E;
}
</style>
background-color css
<style>
a { background-color: #1AAC4E; }
a { background-color: rgb(26,172,78); }
div.DivClassName
{
background-color: #1AAC4E;
}
.BgClassName
{
background-color: #1AAC4E;
}
</style>
border-color css
<style>
span { border-color: #1AAC4E; }
span { border-color: rgb(26,172,78); }
td.TdClassName
{
border-color: #1AAC4E;
}
.TagClassName
{
border-color: #1AAC4E;
}
</style>