#1A8678

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

Shades of Elf Green #1A8678

Tints of Elf Green #1A8678

Color information

#1A8678 (or 0x1A8678) is unknown color: approx Elf Green. HEX triplet: 1A, 86 and 78. RGB value is (26,134,120). Sum of RGB (Red+Green+Blue) = 26+134+120=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #1A8678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8678 is #E57987. Grayscale: #646464. Windows color (decimal): -15038856 or 7898650. OLE color: 7898650.

HSL color Cylindrical-coordinate representation of color #1A8678: hue angle of 172.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8678 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB26134120-
CMYK0.8100.100.47
HSL172.22º67.5%31.37%-
HSV(B)172.22º80.6%52.55%-
XYZ12.3418.6320.71-
YUV100.11139.2275.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.29%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=9.29%
G=47.86%
B=42.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261341200.8100.100.47172.2267.531.37
Hex1A8678510A2Fac441f
Octal322061701210125725410437
Binary1101010000110111100010100010101010111110101100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,134,120); }

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

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

 a { background-color: rgb(26,134,120); }

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

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

 span { border-color: rgb(26,134,120); }

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