#1A846E

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

Shades of Elf Green #1A846E

Tints of Elf Green #1A846E

Color information

#1A846E (or 0x1A846E) is unknown color: approx Elf Green. HEX triplet: 1A, 84 and 6E. RGB value is (26,132,110). Sum of RGB (Red+Green+Blue) = 26+132+110=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #1A846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A846E is #E57B91. Grayscale: #616161. Windows color (decimal): -15039378 or 7242778. OLE color: 7242778.

HSL color Cylindrical-coordinate representation of color #1A846E: hue angle of 167.55º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A846E is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB26132110-
CMYK0.8000.170.48
HSL167.55º67.09%30.98%-
HSV(B)167.55º80.3%51.76%-
XYZ11.4917.8517.59-
YUV97.8134.8876.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.70%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=9.70%
G=49.25%
B=41.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261321100.8000.170.48167.5567.0930.98
Hex1A846E5001130a8431f
Octal322041561200216025010337
Binary11010100001001101110101000001000111000010101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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