#1A856D

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

Shades of Elf Green #1A856D

Tints of Elf Green #1A856D

Color information

#1A856D (or 0x1A856D) is unknown color: approx Elf Green. HEX triplet: 1A, 85 and 6D. RGB value is (26,133,109). Sum of RGB (Red+Green+Blue) = 26+133+109=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #1A856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A856D is #E57A92. Grayscale: #626262. Windows color (decimal): -15039123 or 7177498. OLE color: 7177498.

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

Color convert

RGB26133109-
CMYK0.8000.180.48
HSL166.54º67.3%31.18%-
HSV(B)166.54º80.45%52.16%-
XYZ11.5718.117.35-
YUV98.27134.0576.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.70%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=9.70%
G=49.63%
B=40.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261331090.8000.180.48166.5467.331.18
Hex1A856D5001230a7431f
Octal322051551200226024710337
Binary11010100001011101101101000001001011000010100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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