#1A8972

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

Shades of Elf Green #1A8972

Tints of Elf Green #1A8972

Color information

#1A8972 (or 0x1A8972) is unknown color: approx Elf Green. HEX triplet: 1A, 89 and 72. RGB value is (26,137,114). Sum of RGB (Red+Green+Blue) = 26+137+114=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8972 is #E5768D. Grayscale: #656565. Windows color (decimal): -15038094 or 7506202. OLE color: 7506202.

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

Color convert

RGB26137114-
CMYK0.8100.170.46
HSL167.57º68.1%31.96%-
HSV(B)167.57º81.02%53.73%-
XYZ12.4119.3319-
YUV101.19135.2374.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.39%
GREEN value IS 137 (53.91% from 255) = 49.46%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=9.39%
G=49.46%
B=41.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal261371140.8100.170.46167.5768.131.96
Hex1A8972510112Ea84420
Octal322111621210215625010440
Binary110101000100111100101010001010001101110101010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,137,114); }

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

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

 a { background-color: rgb(26,137,114); }

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

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

 span { border-color: rgb(26,137,114); }

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