#1A966E

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

Shades of Elf Green #1A966E

Tints of Elf Green #1A966E

Color information

#1A966E (or 0x1A966E) is unknown color: approx Elf Green. HEX triplet: 1A, 96 and 6E. RGB value is (26,150,110). Sum of RGB (Red+Green+Blue) = 26+150+110=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #1A966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A966E is #E56991. Grayscale: #6C6C6C. Windows color (decimal): -15034770 or 7247386. OLE color: 7247386.

HSL color Cylindrical-coordinate representation of color #1A966E: hue angle of 160.65º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A966E is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB26150110-
CMYK0.8300.270.41
HSL160.65º70.45%34.51%-
HSV(B)160.65º82.67%58.82%-
XYZ14.1523.1618.48-
YUV108.36128.9269.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.09%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=9.09%
G=52.45%
B=38.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal261501100.8300.270.41160.6570.4534.51
Hex1A966E5301B29a14623
Octal322261561230335124110643
Binary110101001011011011101010011011011101001101000011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,150,110); }

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

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

 a { background-color: rgb(26,150,110); }

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

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

 span { border-color: rgb(26,150,110); }

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