Shades of Pigment Green #1EAB4D
Tints of Pigment Green #1EAB4D
RGB
CMYK
RGB Variations
Color information
#1EAB4D (or 0x1EAB4D) is known color: Pigment Green. HEX triplet: 1E, AB and 4D. RGB value is (30,171,77). Sum of RGB (Red+Green+Blue) = 30+171+77=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAB4D is #E154B2. Grayscale: #767676. Windows color (decimal): -14767283 or 5090078. OLE color: 5090078.
HSL color Cylindrical-coordinate representation of color #1EAB4D: hue angle of 140º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB4D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 171 | 77 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.33 |
| HSL | 140º | 0.7% | 0.39% | - |
| HSV(B) | 140º | 0.82% | 0.67% | - |
| XYZ | 16.44 | 29.94 | 11.93 | - |
| YUV | 118.13 | 104.79 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 77 | 0.82 | 0 | 0.55 | 0.33 | 140 | 0.7 | 0.39 |
| Hex | 1E | AB | 4D | 52 | 0 | 37 | 21 | 8C | 46 | 27 |
| Octal | 36 | 253 | 115 | 122 | 0 | 67 | 41 | 214 | 106 | 47 |
| Binary | 11110 | 10101011 | 1001101 | 1010010 | 0 | 110111 | 100001 | 10001100 | 1000110 | 100111 |
Color Harmonies of #1EAB4D
Complementary color
Monochromatic Colors of #1EAB4D
Black with #1EAB4D
Text Example
Text Example
White with #1EAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAB4D; }
p { color: rgb(30,171,77); }
H1.HeaderClassName
{
color: #1EAB4D;
}
.AnyTagClassName
{
color: #1EAB4D;
}
</style>
background-color css
<style>
a { background-color: #1EAB4D; }
a { background-color: rgb(30,171,77); }
div.DivClassName
{
background-color: #1EAB4D;
}
.BgClassName
{
background-color: #1EAB4D;
}
</style>
border-color css
<style>
span { border-color: #1EAB4D; }
span { border-color: rgb(30,171,77); }
td.TdClassName
{
border-color: #1EAB4D;
}
.TagClassName
{
border-color: #1EAB4D;
}
</style>