#1A916B

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

Shades of Elf Green #1A916B

Tints of Elf Green #1A916B

Color information

#1A916B (or 0x1A916B) is unknown color: approx Elf Green. HEX triplet: 1A, 91 and 6B. RGB value is (26,145,107). Sum of RGB (Red+Green+Blue) = 26+145+107=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #1A916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A916B is #E56E94. Grayscale: #696969. Windows color (decimal): -15036053 or 7049498. OLE color: 7049498.

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

Color convert

RGB26145107-
CMYK0.8200.260.43
HSL160.84º69.59%33.53%-
HSV(B)160.84º82.07%56.86%-
XYZ13.2121.5317.37-
YUV105.09129.0871.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.35%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=9.35%
G=52.16%
B=38.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261451070.8200.260.43160.8469.5933.53
Hex1A916B5201A2Ba14622
Octal322211531220325324110642
Binary110101001000111010111010010011010101011101000011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,145,107); }

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

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

 a { background-color: rgb(26,145,107); }

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

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

 span { border-color: rgb(26,145,107); }

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