#1EA66A

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

Shades of Eucalyptus #1EA66A

Tints of Eucalyptus #1EA66A

Color information

#1EA66A (or 0x1EA66A) is unknown color: approx Eucalyptus. HEX triplet: 1E, A6 and 6A. RGB value is (30,166,106). Sum of RGB (Red+Green+Blue) = 30+166+106=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA66A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA66A is #E15995. Grayscale: #767676. Windows color (decimal): -14768534 or 6989342. OLE color: 6989342.

HSL color Cylindrical-coordinate representation of color #1EA66A: hue angle of 153.53º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA66A is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB30166106-
CMYK0.8200.360.35
HSL153.53º69.39%38.43%-
HSV(B)153.53º81.93%65.1%-
XYZ16.7728.5918.27-
YUV118.5120.9464.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.93%
GREEN value IS 166 (65.23% from 255) = 54.97%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=9.93%
G=54.97%
B=35.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301661060.8200.360.35153.5369.3938.43
Hex1EA66A52024239a4526
Octal362461521220444323210546
Binary1111010100110110101010100100100100100011100110101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,166,106); }

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

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

 a { background-color: rgb(30,166,106); }

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

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

 span { border-color: rgb(30,166,106); }

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