#1A886F

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

Shades of Elf Green #1A886F

Tints of Elf Green #1A886F

Color information

#1A886F (or 0x1A886F) is unknown color: approx Elf Green. HEX triplet: 1A, 88 and 6F. RGB value is (26,136,111). Sum of RGB (Red+Green+Blue) = 26+136+111=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #1A886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A886F is #E57790. Grayscale: #646464. Windows color (decimal): -15038353 or 7309338. OLE color: 7309338.

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

Color convert

RGB26136111-
CMYK0.8100.180.47
HSL166.36º67.9%31.76%-
HSV(B)166.36º80.88%53.33%-
XYZ12.118.9818.06-
YUV100.26134.0675.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.52%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=9.52%
G=49.82%
B=40.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261361110.8100.180.47166.3667.931.76
Hex1A886F510122Fa64420
Octal322101571210225724610440
Binary110101000100011011111010001010010101111101001101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,136,111); }

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

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

 a { background-color: rgb(26,136,111); }

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

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

 span { border-color: rgb(26,136,111); }

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