#1EA16E

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

Shades of Elf Green #1EA16E

Tints of Elf Green #1EA16E

Color information

#1EA16E (or 0x1EA16E) is unknown color: approx Elf Green. HEX triplet: 1E, A1 and 6E. RGB value is (30,161,110). Sum of RGB (Red+Green+Blue) = 30+161+110=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA16E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA16E is #E15E91. Grayscale: #747474. Windows color (decimal): -14769810 or 7250206. OLE color: 7250206.

HSL color Cylindrical-coordinate representation of color #1EA16E: hue angle of 156.64º degrees, saturation: 0.69, 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 #1EA16E is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB30161110-
CMYK0.8100.320.37
HSL156.64º68.59%37.45%-
HSV(B)156.64º81.37%63.14%-
XYZ16.0926.8919.09-
YUV116.02124.666.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.97%
GREEN value IS 161 (63.28% from 255) = 53.49%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=9.97%
G=53.49%
B=36.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301611100.8100.320.37156.6468.5937.45
Hex1EA16E51020259d4525
Octal362411561210404523510545
Binary1111010100001110111010100010100000100101100111011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,161,110); }

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

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

 a { background-color: rgb(30,161,110); }

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

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

 span { border-color: rgb(30,161,110); }

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