#1EAE54

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

Shades of Pigment Green #1EAE54

Tints of Pigment Green #1EAE54

Color information

#1EAE54 (or 0x1EAE54) is unknown color: approx Pigment Green. HEX triplet: 1E, AE and 54. RGB value is (30,174,84). Sum of RGB (Red+Green+Blue) = 30+174+84=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAE54 is #E151AB. Grayscale: #787878. Windows color (decimal): -14766508 or 5549598. OLE color: 5549598.

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

Color convert

RGB3017484-
CMYK0.8300.520.32
HSL142.5º70.59%40%-
HSV(B)142.5º82.76%68.24%-
XYZ17.2731.1913.5-
YUV120.68107.2963.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.42%
GREEN value IS 174 (68.36% from 255) = 60.42%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=10.42%
G=60.42%
B=29.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30174840.8300.520.32142.570.5940
Hex1EAE5453034208e4728
Octal362561241230644021610750
Binary1111010101110101010010100110110100100000100011101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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