#1A9479

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

Shades of Elf Green #1A9479

Tints of Elf Green #1A9479

Color information

#1A9479 (or 0x1A9479) is unknown color: approx Elf Green. HEX triplet: 1A, 94 and 79. RGB value is (26,148,121). Sum of RGB (Red+Green+Blue) = 26+148+121=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #1A9479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9479 is #E56B86. Grayscale: #6C6C6C. Windows color (decimal): -15035271 or 7967770. OLE color: 7967770.

HSL color Cylindrical-coordinate representation of color #1A9479: hue angle of 166.72º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9479 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB26148121-
CMYK0.8200.180.42
HSL166.72º70.11%34.12%-
HSV(B)166.72º82.43%58.04%-
XYZ14.4722.7821.72-
YUV108.44135.0869.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.81%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=8.81%
G=50.17%
B=41.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261481210.8200.180.42166.7270.1134.12
Hex1A9479520122Aa74622
Octal322241711220225224710642
Binary110101001010011110011010010010010101010101001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,148,121); }

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

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

 a { background-color: rgb(26,148,121); }

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

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

 span { border-color: rgb(26,148,121); }

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