#1A9467

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

Shades of Elf Green #1A9467

Tints of Elf Green #1A9467

Color information

#1A9467 (or 0x1A9467) is unknown color: approx Elf Green. HEX triplet: 1A, 94 and 67. RGB value is (26,148,103). Sum of RGB (Red+Green+Blue) = 26+148+103=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #1A9467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9467 is #E56B98. Grayscale: #6A6A6A. Windows color (decimal): -15035289 or 6788122. OLE color: 6788122.

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

Color convert

RGB26148103-
CMYK0.8200.300.42
HSL157.87º70.11%34.12%-
HSV(B)157.87º82.43%58.04%-
XYZ13.4622.3816.44-
YUV106.39126.0870.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.39%
GREEN value IS 148 (58.20% from 255) = 53.43%
BLUE value IS 103 (40.62% from 255) = 37.18%
R=9.39%
G=53.43%
B=37.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261481030.8200.300.42157.8770.1134.12
Hex1A94675201E2A9e4622
Octal322241471220365223610642
Binary110101001010011001111010010011110101010100111101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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