#1A8A6F

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

Shades of Elf Green #1A8A6F

Tints of Elf Green #1A8A6F

Color information

#1A8A6F (or 0x1A8A6F) is unknown color: approx Elf Green. HEX triplet: 1A, 8A and 6F. RGB value is (26,138,111). Sum of RGB (Red+Green+Blue) = 26+138+111=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8A6F is #E57590. Grayscale: #656565. Windows color (decimal): -15037841 or 7309850. OLE color: 7309850.

HSL color Cylindrical-coordinate representation of color #1A8A6F: hue angle of 165.54º 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 #1A8A6F is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB26138111-
CMYK0.8100.200.46
HSL165.54º68.29%32.16%-
HSV(B)165.54º81.16%54.12%-
XYZ12.3819.5418.16-
YUV101.43133.3974.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.45%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=9.45%
G=50.18%
B=40.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal261381110.8100.200.46165.5468.2932.16
Hex1A8A6F510142Ea64420
Octal322121571210245624610440
Binary110101000101011011111010001010100101110101001101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,138,111); }

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

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

 a { background-color: rgb(26,138,111); }

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

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

 span { border-color: rgb(26,138,111); }

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