#1EAB4D

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

Shades of Pigment Green #1EAB4D

Tints of Pigment Green #1EAB4D

Color information

#1EAB4D (or 0x1EAB4D) is unknown color: approx 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

RGB3017177-
CMYK0.8200.550.33
HSL140º70.15%39.41%-
HSV(B)140º82.46%67.06%-
XYZ16.4429.9411.93-
YUV118.12104.7965.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.79%
GREEN value IS 171 (67.19% from 255) = 61.51%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=10.79%
G=61.51%
B=27.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30171770.8200.550.3314070.1539.41
Hex1EAB4D52037218c4627
Octal362531151220674121410647
Binary1111010101011100110110100100110111100001100011001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>