#1E9A6E

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

Shades of Elf Green #1E9A6E

Tints of Elf Green #1E9A6E

Color information

#1E9A6E (or 0x1E9A6E) is unknown color: approx Elf Green. HEX triplet: 1E, 9A and 6E. RGB value is (30,154,110). Sum of RGB (Red+Green+Blue) = 30+154+110=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #1E9A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9A6E is #E16591. Grayscale: #6F6F6F. Windows color (decimal): -14771602 or 7248414. OLE color: 7248414.

HSL color Cylindrical-coordinate representation of color #1E9A6E: hue angle of 158.71º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9A6E is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB30154110-
CMYK0.8100.290.40
HSL158.71º67.39%36.08%-
HSV(B)158.71º80.52%60.39%-
XYZ14.9124.5118.7-
YUV111.91126.9269.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 154 (60.55% from 255) = 52.38%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=10.20%
G=52.38%
B=37.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal301541100.8100.290.40158.7167.3936.08
Hex1E9A6E5101D289f4324
Octal362321561210355023710344
Binary111101001101011011101010001011101101000100111111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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