#1EA54A

Color #1EA54A Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #1EA54A

Tints of Pigment Green #1EA54A

Color information

#1EA54A (or 0x1EA54A) is unknown color: approx Pigment Green. HEX triplet: 1E, A5 and 4A. RGB value is (30,165,74). Sum of RGB (Red+Green+Blue) = 30+165+74=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 165 (64.84% from 255 or 61.34% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA54A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA54A is #E15AB5. Grayscale: #727272. Windows color (decimal): -14768822 or 4891934. OLE color: 4891934.

HSL color Cylindrical-coordinate representation of color #1EA54A: hue angle of 139.56º 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 #1EA54A is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB3016574-
CMYK0.8200.550.35
HSL139.56º69.23%38.24%-
HSV(B)139.56º81.82%64.71%-
XYZ15.2327.6811.02-
YUV114.26105.2767.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 11.15%
GREEN value IS 165 (64.84% from 255) = 61.34%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=11.15%
G=61.34%
B=27.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal30165740.8200.550.35139.5669.2338.24
Hex1EA54A52037238c4526
Octal362451121220674321410546
Binary1111010100101100101010100100110111100011100011001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EA54A; }

 p { color: rgb(30,165,74); }

 H1.HeaderClassName
 {
   color: #1EA54A;
 }
 .AnyTagClassName
 {
   color: #1EA54A;
 }
</style>
background-color css

<style>
 a { background-color: #1EA54A; }

 a { background-color: rgb(30,165,74); }

 div.DivClassName
 {
   background-color: #1EA54A;
 }
 .BgClassName
 {
   background-color: #1EA54A;
 }
</style>
border-color css

<style>
 span { border-color: #1EA54A; }

 span { border-color: rgb(30,165,74); }

 td.TdClassName
 {
   border-color: #1EA54A;
 }
 .TagClassName
 {
   border-color: #1EA54A;
 }
</style>