#1A846F

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

Shades of Elf Green #1A846F

Tints of Elf Green #1A846F

Color information

#1A846F (or 0x1A846F) is unknown color: approx Elf Green. HEX triplet: 1A, 84 and 6F. RGB value is (26,132,111). Sum of RGB (Red+Green+Blue) = 26+132+111=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #1A846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A846F is #E57B90. Grayscale: #616161. Windows color (decimal): -15039377 or 7308314. OLE color: 7308314.

HSL color Cylindrical-coordinate representation of color #1A846F: hue angle of 168.11º 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 #1A846F is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB26132111-
CMYK0.8000.160.48
HSL168.11º67.09%30.98%-
HSV(B)168.11º80.3%51.76%-
XYZ11.5517.8717.88-
YUV97.91135.3876.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.67%
GREEN value IS 132 (51.95% from 255) = 49.07%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=9.67%
G=49.07%
B=41.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261321110.8000.160.48168.1167.0930.98
Hex1A846F5001030a8431f
Octal322041571200206025010337
Binary11010100001001101111101000001000011000010101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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