#1EAD4E

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

Shades of Pigment Green #1EAD4E

Tints of Pigment Green #1EAD4E

Color information

#1EAD4E (or 0x1EAD4E) is unknown color: approx Pigment Green. HEX triplet: 1E, AD and 4E. RGB value is (30,173,78). Sum of RGB (Red+Green+Blue) = 30+173+78=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAD4E is #E152B1. Grayscale: #777777. Windows color (decimal): -14766770 or 5156126. OLE color: 5156126.

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

Color convert

RGB3017378-
CMYK0.8300.550.32
HSL140.14º70.44%39.8%-
HSV(B)140.14º82.66%67.84%-
XYZ16.8530.7112.25-
YUV119.41104.6264.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.68%
GREEN value IS 173 (67.97% from 255) = 61.57%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=10.68%
G=61.57%
B=27.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30173780.8300.550.32140.1470.4439.8
Hex1EAD4E53037208c4628
Octal362551161230674021410650
Binary1111010101101100111010100110110111100000100011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,173,78); }

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

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

 a { background-color: rgb(30,173,78); }

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

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

 span { border-color: rgb(30,173,78); }

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