#1EAE4B

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

Shades of Pigment Green #1EAE4B

Tints of Pigment Green #1EAE4B

Color information

#1EAE4B (or 0x1EAE4B) is unknown color: approx Pigment Green. HEX triplet: 1E, AE and 4B. RGB value is (30,174,75). Sum of RGB (Red+Green+Blue) = 30+174+75=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 174 (68.36% from 255 or 62.37% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAE4B is #E151B4. Grayscale: #777777. Windows color (decimal): -14766517 or 4959774. OLE color: 4959774.

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

Color convert

RGB3017475-
CMYK0.8300.570.32
HSL138.75º70.59%40%-
HSV(B)138.75º82.76%68.24%-
XYZ16.9431.0611.76-
YUV119.66102.7964.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.75%
GREEN value IS 174 (68.36% from 255) = 62.37%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=10.75%
G=62.37%
B=26.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30174750.8300.570.32138.7570.5940
Hex1EAE4B53039208b4728
Octal362561131230714021310750
Binary1111010101110100101110100110111001100000100010111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,174,75); }

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

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

 a { background-color: rgb(30,174,75); }

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

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

 span { border-color: rgb(30,174,75); }

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