#1EA06A

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

Shades of Elf Green #1EA06A

Tints of Elf Green #1EA06A

Color information

#1EA06A (or 0x1EA06A) is unknown color: approx Elf Green. HEX triplet: 1E, A0 and 6A. RGB value is (30,160,106). Sum of RGB (Red+Green+Blue) = 30+160+106=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA06A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA06A is #E15F95. Grayscale: #737373. Windows color (decimal): -14770070 or 6987806. OLE color: 6987806.

HSL color Cylindrical-coordinate representation of color #1EA06A: hue angle of 155.08º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA06A is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB30160106-
CMYK0.8100.340.37
HSL155.08º68.42%37.25%-
HSV(B)155.08º81.25%62.75%-
XYZ15.7126.4617.91-
YUV114.97122.9367.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.14%
GREEN value IS 160 (62.89% from 255) = 54.05%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=10.14%
G=54.05%
B=35.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301601060.8100.340.37155.0868.4237.25
Hex1EA06A51022259b4425
Octal362401521210424523310445
Binary1111010100000110101010100010100010100101100110111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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