#1AA16D

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

Shades of Elf Green #1AA16D

Tints of Elf Green #1AA16D

Color information

#1AA16D (or 0x1AA16D) is unknown color: approx Elf Green. HEX triplet: 1A, A1 and 6D. RGB value is (26,161,109). Sum of RGB (Red+Green+Blue) = 26+161+109=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA16D is #E55E92. Grayscale: #727272. Windows color (decimal): -15031955 or 7184666. OLE color: 7184666.

HSL color Cylindrical-coordinate representation of color #1AA16D: hue angle of 156.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA16D is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB26161109-
CMYK0.8400.320.37
HSL156.89º72.19%36.67%-
HSV(B)156.89º83.85%63.14%-
XYZ15.9326.8118.8-
YUV114.71124.7764.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.78%
GREEN value IS 161 (63.28% from 255) = 54.39%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=8.78%
G=54.39%
B=36.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal261611090.8400.320.37156.8972.1936.67
Hex1AA16D54020259d4825
Octal322411551240404523511045
Binary1101010100001110110110101000100000100101100111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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