#1EA16F

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

Shades of Elf Green #1EA16F

Tints of Elf Green #1EA16F

Color information

#1EA16F (or 0x1EA16F) is unknown color: approx Elf Green. HEX triplet: 1E, A1 and 6F. RGB value is (30,161,111). Sum of RGB (Red+Green+Blue) = 30+161+111=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA16F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA16F is #E15E90. Grayscale: #747474. Windows color (decimal): -14769809 or 7315742. OLE color: 7315742.

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

Color convert

RGB30161111-
CMYK0.8100.310.37
HSL157.1º68.59%37.45%-
HSV(B)157.1º81.37%63.14%-
XYZ16.1526.9119.38-
YUV116.13125.166.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.93%
GREEN value IS 161 (63.28% from 255) = 53.31%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=9.93%
G=53.31%
B=36.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301611110.8100.310.37157.168.5937.45
Hex1EA16F5101F259d4525
Octal362411571210374523510545
Binary111101010000111011111010001011111100101100111011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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