#1A8E6C

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

Shades of Elf Green #1A8E6C

Tints of Elf Green #1A8E6C

Color information

#1A8E6C (or 0x1A8E6C) is unknown color: approx Elf Green. HEX triplet: 1A, 8E and 6C. RGB value is (26,142,108). Sum of RGB (Red+Green+Blue) = 26+142+108=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8E6C is #E57193. Grayscale: #676767. Windows color (decimal): -15036820 or 7114266. OLE color: 7114266.

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

Color convert

RGB26142108-
CMYK0.8200.240.44
HSL162.41º69.05%32.94%-
HSV(B)162.41º81.69%55.69%-
XYZ12.8120.6517.5-
YUV103.44130.5772.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.42%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=9.42%
G=51.45%
B=39.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal261421080.8200.240.44162.4169.0532.94
Hex1A8E6C520182Ca24521
Octal322161541220305424210541
Binary110101000111011011001010010011000101100101000101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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