#1E9C6C

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

Shades of Elf Green #1E9C6C

Tints of Elf Green #1E9C6C

Color information

#1E9C6C (or 0x1E9C6C) is unknown color: approx Elf Green. HEX triplet: 1E, 9C and 6C. RGB value is (30,156,108). Sum of RGB (Red+Green+Blue) = 30+156+108=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #1E9C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9C6C is #E16393. Grayscale: #707070. Windows color (decimal): -14771092 or 7117854. OLE color: 7117854.

HSL color Cylindrical-coordinate representation of color #1E9C6C: hue angle of 157.14º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9C6C is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB30156108-
CMYK0.8100.310.39
HSL157.14º67.74%36.47%-
HSV(B)157.14º80.77%61.18%-
XYZ15.1325.1418.24-
YUV112.85125.2668.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 156 (61.33% from 255) = 53.06%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=10.20%
G=53.06%
B=36.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301561080.8100.310.39157.1467.7436.47
Hex1E9C6C5101F279d4424
Octal362341541210374723510444
Binary111101001110011011001010001011111100111100111011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,156,108); }

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

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

 a { background-color: rgb(30,156,108); }

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

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

 span { border-color: rgb(30,156,108); }

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