#1A8B6E

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

Shades of Elf Green #1A8B6E

Tints of Elf Green #1A8B6E

Color information

#1A8B6E (or 0x1A8B6E) is unknown color: approx Elf Green. HEX triplet: 1A, 8B and 6E. RGB value is (26,139,110). Sum of RGB (Red+Green+Blue) = 26+139+110=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8B6E is #E57491. Grayscale: #656565. Windows color (decimal): -15037586 or 7244570. OLE color: 7244570.

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

Color convert

RGB26139110-
CMYK0.8100.210.45
HSL164.6º68.48%32.35%-
HSV(B)164.6º81.29%54.51%-
XYZ12.4719.8117.92-
YUV101.91132.5673.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.45%
GREEN value IS 139 (54.69% from 255) = 50.55%
BLUE value IS 110 (43.36% from 255) = 40%
R=9.45%
G=50.55%
B=40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261391100.8100.210.45164.668.4832.35
Hex1A8B6E510152Da54420
Octal322131561210255524510440
Binary110101000101111011101010001010101101101101001011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,139,110); }

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

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

 a { background-color: rgb(26,139,110); }

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

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

 span { border-color: rgb(26,139,110); }

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