#1a916c

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

Shades of Elf Green #1A916C

Tints of Elf Green #1A916C

Color information

#1A916C (or 0x1A916C) is unknown color: approx Elf Green. HEX triplet: 1A, 91 and 6C. RGB value is (26,145,108). Sum of RGB (Red+Green+Blue) = 26+145+108=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #1A916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A916C is #E56E93. Grayscale: #696969. Windows color (decimal): -15036052 or 7115034. OLE color: 7115034.

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

Color convert

RGB26145108-
CMYK0.8200.260.43
HSL161.34º69.59%33.53%-
HSV(B)161.34º82.07%56.86%-
XYZ13.2621.5517.65-
YUV105.2129.5871.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.32%
GREEN value IS 145 (57.03% from 255) = 51.97%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=9.32%
G=51.97%
B=38.71%

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
Decimal261451080.8200.260.43161.3469.5933.53
Hex1A916C5201A2Ba14622
Octal322211541220325324110642
Binary110101001000111011001010010011010101011101000011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a916c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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