Shades of Pigment Green #1AAE4C
Tints of Pigment Green #1AAE4C
RGB
CMYK
RGB Variations
Color information
#1AAE4C (or 0x1AAE4C) is known color: Pigment Green. HEX triplet: 1A, AE and 4C. RGB value is (26,174,76). Sum of RGB (Red+Green+Blue) = 26+174+76=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 174 (68.36% from 255 or 63.04% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AAE4C is #E551B3. Grayscale: #767676. Windows color (decimal): -15028660 or 5025306. OLE color: 5025306.
HSL color Cylindrical-coordinate representation of color #1AAE4C: hue angle of 140.27º 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 #1AAE4C is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 174 | 76 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.32 |
| HSL | 140.27º | 0.74% | 0.39% | - |
| HSV(B) | 140.27º | 0.85% | 0.68% | - |
| XYZ | 16.87 | 31.01 | 11.93 | - |
| YUV | 118.58 | 103.97 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 76 | 0.85 | 0 | 0.56 | 0.32 | 140.27 | 0.74 | 0.39 |
| Hex | 1A | AE | 4C | 55 | 0 | 38 | 20 | 8C | 4A | 27 |
| Octal | 32 | 256 | 114 | 125 | 0 | 70 | 40 | 214 | 112 | 47 |
| Binary | 11010 | 10101110 | 1001100 | 1010101 | 0 | 111000 | 100000 | 10001100 | 1001010 | 100111 |
Color Harmonies of #1AAE4C
Complementary color
Monochromatic Colors of #1AAE4C
Black with #1AAE4C
Text Example
Text Example
White with #1AAE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAE4C; }
p { color: rgb(26,174,76); }
H1.HeaderClassName
{
color: #1AAE4C;
}
.AnyTagClassName
{
color: #1AAE4C;
}
</style>
background-color css
<style>
a { background-color: #1AAE4C; }
a { background-color: rgb(26,174,76); }
div.DivClassName
{
background-color: #1AAE4C;
}
.BgClassName
{
background-color: #1AAE4C;
}
</style>
border-color css
<style>
span { border-color: #1AAE4C; }
span { border-color: rgb(26,174,76); }
td.TdClassName
{
border-color: #1AAE4C;
}
.TagClassName
{
border-color: #1AAE4C;
}
</style>