#1A8E5B

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

Shades of Elf Green #1A8E5B

Tints of Elf Green #1A8E5B

Color information

#1A8E5B (or 0x1A8E5B) is unknown color: approx Elf Green. HEX triplet: 1A, 8E and 5B. RGB value is (26,142,91). Sum of RGB (Red+Green+Blue) = 26+142+91=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 142 (55.86% from 255 or 54.83% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8E5B is #E571A4. Grayscale: #656565. Windows color (decimal): -15036837 or 6000154. OLE color: 6000154.

HSL color Cylindrical-coordinate representation of color #1A8E5B: hue angle of 153.62º 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 #1A8E5B is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB2614291-
CMYK0.8200.360.44
HSL153.62º69.05%32.94%-
HSV(B)153.62º81.69%55.69%-
XYZ11.9920.3213.19-
YUV101.5122.0774.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.04%
GREEN value IS 142 (55.86% from 255) = 54.83%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=10.04%
G=54.83%
B=35.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26142910.8200.360.44153.6269.0532.94
Hex1A8E5B520242C9a4521
Octal322161331220445423210541
Binary1101010001110101101110100100100100101100100110101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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