#1A966D

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

Shades of Elf Green #1A966D

Tints of Elf Green #1A966D

Color information

#1A966D (or 0x1A966D) is unknown color: approx Elf Green. HEX triplet: 1A, 96 and 6D. RGB value is (26,150,109). Sum of RGB (Red+Green+Blue) = 26+150+109=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #1A966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A966D is #E56992. Grayscale: #6C6C6C. Windows color (decimal): -15034771 or 7181850. OLE color: 7181850.

HSL color Cylindrical-coordinate representation of color #1A966D: hue angle of 160.16º 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 #1A966D is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB26150109-
CMYK0.8300.270.41
HSL160.16º70.45%34.51%-
HSV(B)160.16º82.67%58.82%-
XYZ14.0923.1418.19-
YUV108.25128.4269.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=9.12%
G=52.63%
B=38.25%

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
Decimal261501090.8300.270.41160.1670.4534.51
Hex1A966D5301B29a04623
Octal322261551230335124010643
Binary110101001011011011011010011011011101001101000001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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