#1EAA46

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

Shades of Pigment Green #1EAA46

Tints of Pigment Green #1EAA46

Color information

#1EAA46 (or 0x1EAA46) is unknown color: approx Pigment Green. HEX triplet: 1E, AA and 46. RGB value is (30,170,70). Sum of RGB (Red+Green+Blue) = 30+170+70=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAA46 is #E155B9. Grayscale: #757575. Windows color (decimal): -14767546 or 4631070. OLE color: 4631070.

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

Color convert

RGB3017070-
CMYK0.8200.590.33
HSL137.14º70%39.22%-
HSV(B)137.14º82.35%66.67%-
XYZ16.0229.4710.64-
YUV116.74101.6266.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.11%
GREEN value IS 170 (66.80% from 255) = 62.96%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=11.11%
G=62.96%
B=25.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30170700.8200.590.33137.147039.22
Hex1EAA465203B21894627
Octal362521061220734121110647
Binary1111010101010100011010100100111011100001100010011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,170,70); }

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

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

 a { background-color: rgb(30,170,70); }

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

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

 span { border-color: rgb(30,170,70); }

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