#1A866D

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

Shades of Elf Green #1A866D

Tints of Elf Green #1A866D

Color information

#1A866D (or 0x1A866D) is unknown color: approx Elf Green. HEX triplet: 1A, 86 and 6D. RGB value is (26,134,109). Sum of RGB (Red+Green+Blue) = 26+134+109=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #1A866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A866D is #E57992. Grayscale: #626262. Windows color (decimal): -15038867 or 7177754. OLE color: 7177754.

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

Color convert

RGB26134109-
CMYK0.8100.190.47
HSL166.11º67.5%31.37%-
HSV(B)166.11º80.6%52.55%-
XYZ11.7118.3717.4-
YUV98.86133.7276.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.67%
GREEN value IS 134 (52.73% from 255) = 49.81%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=9.67%
G=49.81%
B=40.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261341090.8100.190.47166.1167.531.37
Hex1A866D510132Fa6441f
Octal322061551210235724610437
Binary11010100001101101101101000101001110111110100110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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