Shades of Pigment Green #1EA54C
Tints of Pigment Green #1EA54C
RGB
CMYK
RGB Variations
Color information
#1EA54C (or 0x1EA54C) is known color: Pigment Green. HEX triplet: 1E, A5 and 4C. RGB value is (30,165,76). Sum of RGB (Red+Green+Blue) = 30+165+76=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA54C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA54C is #E15AB3. Grayscale: #727272. Windows color (decimal): -14768820 or 5023006. OLE color: 5023006.
HSL color Cylindrical-coordinate representation of color #1EA54C: hue angle of 140.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA54C is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
RGB | 30 | 165 | 76 | - |
CMYK | 0.82 | 0 | 0.54 | 0.35 |
HSL | 140.44º | 0.69% | 0.38% | - |
HSV(B) | 140.44º | 0.82% | 0.65% | - |
XYZ | 15.3 | 27.71 | 11.38 | - |
YUV | 114.49 | 106.27 | 67.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 165 | 76 | 0.82 | 0 | 0.54 | 0.35 | 140.44 | 0.69 | 0.38 |
Hex | 1E | A5 | 4C | 52 | 0 | 36 | 23 | 8C | 45 | 26 |
Octal | 36 | 245 | 114 | 122 | 0 | 66 | 43 | 214 | 105 | 46 |
Binary | 11110 | 10100101 | 1001100 | 1010010 | 0 | 110110 | 100011 | 10001100 | 1000101 | 100110 |
Color Harmonies of #1EA54C
Complementary color
Monochromatic Colors of #1EA54C
Black with #1EA54C
Text Example
Text Example
White with #1EA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA54C; }
p { color: rgb(30,165,76); }
H1.HeaderClassName
{
color: #1EA54C;
}
.AnyTagClassName
{
color: #1EA54C;
}
</style>
background-color css
<style>
a { background-color: #1EA54C; }
a { background-color: rgb(30,165,76); }
div.DivClassName
{
background-color: #1EA54C;
}
.BgClassName
{
background-color: #1EA54C;
}
</style>
border-color css
<style>
span { border-color: #1EA54C; }
span { border-color: rgb(30,165,76); }
td.TdClassName
{
border-color: #1EA54C;
}
.TagClassName
{
border-color: #1EA54C;
}
</style>