#1A8770

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

Shades of Elf Green #1A8770

Tints of Elf Green #1A8770

Color information

#1A8770 (or 0x1A8770) is unknown color: approx Elf Green. HEX triplet: 1A, 87 and 70. RGB value is (26,135,112). Sum of RGB (Red+Green+Blue) = 26+135+112=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8770 is #E5788F. Grayscale: #636363. Windows color (decimal): -15038608 or 7374618. OLE color: 7374618.

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

Color convert

RGB26135112-
CMYK0.8100.170.47
HSL167.34º67.7%31.57%-
HSV(B)167.34º80.74%52.94%-
XYZ12.0118.7218.31-
YUV99.79134.8975.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.52%
GREEN value IS 135 (53.12% from 255) = 49.45%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=9.52%
G=49.45%
B=41.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261351120.8100.170.47167.3467.731.57
Hex1A8770510112Fa74420
Octal322071601210215724710440
Binary110101000011111100001010001010001101111101001111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,135,112); }

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

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

 a { background-color: rgb(26,135,112); }

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

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

 span { border-color: rgb(26,135,112); }

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