Shades of Pigment Green #1EAD4A
Tints of Pigment Green #1EAD4A
RGB
CMYK
RGB Variations
Color information
#1EAD4A (or 0x1EAD4A) is known color: Pigment Green. HEX triplet: 1E, AD and 4A. RGB value is (30,173,74). Sum of RGB (Red+Green+Blue) = 30+173+74=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 173 (67.97% from 255 or 62.45% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAD4A is #E152B5. Grayscale: #777777. Windows color (decimal): -14766774 or 4893982. OLE color: 4893982.
HSL color Cylindrical-coordinate representation of color #1EAD4A: hue angle of 138.46º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAD4A is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 74 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.32 |
| HSL | 138.46º | 0.7% | 0.4% | - |
| HSV(B) | 138.46º | 0.83% | 0.68% | - |
| XYZ | 16.72 | 30.66 | 11.52 | - |
| YUV | 118.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 74 | 0.83 | 0 | 0.57 | 0.32 | 138.46 | 0.7 | 0.4 |
| Hex | 1E | AD | 4A | 53 | 0 | 39 | 20 | 8A | 46 | 28 |
| Octal | 36 | 255 | 112 | 123 | 0 | 71 | 40 | 212 | 106 | 50 |
| Binary | 11110 | 10101101 | 1001010 | 1010011 | 0 | 111001 | 100000 | 10001010 | 1000110 | 101000 |
Color Harmonies of #1EAD4A
Complementary color
Monochromatic Colors of #1EAD4A
Black with #1EAD4A
Text Example
Text Example
White with #1EAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD4A; }
p { color: rgb(30,173,74); }
H1.HeaderClassName
{
color: #1EAD4A;
}
.AnyTagClassName
{
color: #1EAD4A;
}
</style>
background-color css
<style>
a { background-color: #1EAD4A; }
a { background-color: rgb(30,173,74); }
div.DivClassName
{
background-color: #1EAD4A;
}
.BgClassName
{
background-color: #1EAD4A;
}
</style>
border-color css
<style>
span { border-color: #1EAD4A; }
span { border-color: rgb(30,173,74); }
td.TdClassName
{
border-color: #1EAD4A;
}
.TagClassName
{
border-color: #1EAD4A;
}
</style>