#1A8E75

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

Shades of Elf Green #1A8E75

Tints of Elf Green #1A8E75

Color information

#1A8E75 (or 0x1A8E75) is unknown color: approx Elf Green. HEX triplet: 1A, 8E and 75. RGB value is (26,142,117). Sum of RGB (Red+Green+Blue) = 26+142+117=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8E75 is #E5718A. Grayscale: #686868. Windows color (decimal): -15036811 or 7704090. OLE color: 7704090.

HSL color Cylindrical-coordinate representation of color #1A8E75: hue angle of 167.07º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8E75 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB26142117-
CMYK0.8200.180.44
HSL167.07º69.05%32.94%-
HSV(B)167.07º81.69%55.69%-
XYZ13.3120.8520.15-
YUV104.47135.0772.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 142 (55.86% from 255) = 49.82%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=9.12%
G=49.82%
B=41.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal261421170.8200.180.44167.0769.0532.94
Hex1A8E75520122Ca74521
Octal322161651220225424710541
Binary110101000111011101011010010010010101100101001111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,142,117); }

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

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

 a { background-color: rgb(26,142,117); }

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

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

 span { border-color: rgb(26,142,117); }

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