#1A856F

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

Shades of Elf Green #1A856F

Tints of Elf Green #1A856F

Color information

#1A856F (or 0x1A856F) is unknown color: approx Elf Green. HEX triplet: 1A, 85 and 6F. RGB value is (26,133,111). Sum of RGB (Red+Green+Blue) = 26+133+111=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #1A856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A856F is #E57A90. Grayscale: #626262. Windows color (decimal): -15039121 or 7308570. OLE color: 7308570.

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

Color convert

RGB26133111-
CMYK0.8000.170.48
HSL167.66º67.3%31.18%-
HSV(B)167.66º80.45%52.16%-
XYZ11.6818.1417.93-
YUV98.5135.0576.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.63%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 111 (43.75% from 255) = 41.11%
R=9.63%
G=49.26%
B=41.11%

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
Decimal261331110.8000.170.48167.6667.331.18
Hex1A856F5001130a8431f
Octal322051571200216025010337
Binary11010100001011101111101000001000111000010101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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