#1A976D

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

Shades of Elf Green #1A976D

Tints of Elf Green #1A976D

Color information

#1A976D (or 0x1A976D) is unknown color: approx Elf Green. HEX triplet: 1A, 97 and 6D. RGB value is (26,151,109). Sum of RGB (Red+Green+Blue) = 26+151+109=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #1A976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A976D is #E56892. Grayscale: #6C6C6C. Windows color (decimal): -15034515 or 7182106. OLE color: 7182106.

HSL color Cylindrical-coordinate representation of color #1A976D: hue angle of 159.84º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A976D is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB26151109-
CMYK0.8300.280.41
HSL159.84º70.62%34.71%-
HSV(B)159.84º82.78%59.22%-
XYZ14.2523.4618.24-
YUV108.84128.0968.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.09%
GREEN value IS 151 (59.38% from 255) = 52.80%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=9.09%
G=52.80%
B=38.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal261511090.8300.280.41159.8470.6234.71
Hex1A976D5301C29a04723
Octal322271551230345124010743
Binary110101001011111011011010011011100101001101000001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,151,109); }

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

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

 a { background-color: rgb(26,151,109); }

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

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

 span { border-color: rgb(26,151,109); }

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