#1e9e6b

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

Shades of Elf Green #1E9E6B

Tints of Elf Green #1E9E6B

Color information

#1E9E6B (or 0x1E9E6B) is unknown color: approx Elf Green. HEX triplet: 1E, 9E and 6B. RGB value is (30,158,107). Sum of RGB (Red+Green+Blue) = 30+158+107=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9E6B is #E16194. Grayscale: #717171. Windows color (decimal): -14770581 or 7052830. OLE color: 7052830.

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

Color convert

RGB30158107-
CMYK0.8100.320.38
HSL156.09º68.09%36.86%-
HSV(B)156.09º81.01%61.96%-
XYZ15.4225.7918.08-
YUV113.91124.0968.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.17%
GREEN value IS 158 (62.11% from 255) = 53.56%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=10.17%
G=53.56%
B=36.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301581070.8100.320.38156.0968.0936.86
Hex1E9E6B51020269c4425
Octal362361531210404623410445
Binary1111010011110110101110100010100000100110100111001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e9e6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,158,107); }

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

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

 a { background-color: rgb(30,158,107); }

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

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

 span { border-color: rgb(30,158,107); }

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