Shades of Pigment Green #1AAE4D
Tints of Pigment Green #1AAE4D
RGB
CMYK
RGB Variations
Color information
#1AAE4D (or 0x1AAE4D) is known color: Pigment Green. HEX triplet: 1A, AE and 4D. RGB value is (26,174,77). Sum of RGB (Red+Green+Blue) = 26+174+77=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 174 (68.36% from 255 or 62.82% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAE4D is #E551B2. Grayscale: #767676. Windows color (decimal): -15028659 or 5090842. OLE color: 5090842.
HSL color Cylindrical-coordinate representation of color #1AAE4D: hue angle of 140.68º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAE4D is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 174 | 77 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.32 |
| HSL | 140.68º | 0.74% | 0.39% | - |
| HSV(B) | 140.68º | 0.85% | 0.68% | - |
| XYZ | 16.9 | 31.03 | 12.12 | - |
| YUV | 118.69 | 104.47 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 77 | 0.85 | 0 | 0.56 | 0.32 | 140.68 | 0.74 | 0.39 |
| Hex | 1A | AE | 4D | 55 | 0 | 38 | 20 | 8D | 4A | 27 |
| Octal | 32 | 256 | 115 | 125 | 0 | 70 | 40 | 215 | 112 | 47 |
| Binary | 11010 | 10101110 | 1001101 | 1010101 | 0 | 111000 | 100000 | 10001101 | 1001010 | 100111 |
Color Harmonies of #1AAE4D
Complementary color
Monochromatic Colors of #1AAE4D
Black with #1AAE4D
Text Example
Text Example
White with #1AAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAE4D; }
p { color: rgb(26,174,77); }
H1.HeaderClassName
{
color: #1AAE4D;
}
.AnyTagClassName
{
color: #1AAE4D;
}
</style>
background-color css
<style>
a { background-color: #1AAE4D; }
a { background-color: rgb(26,174,77); }
div.DivClassName
{
background-color: #1AAE4D;
}
.BgClassName
{
background-color: #1AAE4D;
}
</style>
border-color css
<style>
span { border-color: #1AAE4D; }
span { border-color: rgb(26,174,77); }
td.TdClassName
{
border-color: #1AAE4D;
}
.TagClassName
{
border-color: #1AAE4D;
}
</style>