#1AA16E

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

Shades of Elf Green #1AA16E

Tints of Elf Green #1AA16E

Color information

#1AA16E (or 0x1AA16E) is unknown color: approx Elf Green. HEX triplet: 1A, A1 and 6E. RGB value is (26,161,110). Sum of RGB (Red+Green+Blue) = 26+161+110=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA16E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA16E is #E55E91. Grayscale: #727272. Windows color (decimal): -15031954 or 7250202. OLE color: 7250202.

HSL color Cylindrical-coordinate representation of color #1AA16E: hue angle of 157.33º 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 #1AA16E is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB26161110-
CMYK0.8400.320.37
HSL157.33º72.19%36.67%-
HSV(B)157.33º83.85%63.14%-
XYZ15.9926.8419.09-
YUV114.82125.2764.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.75%
GREEN value IS 161 (63.28% from 255) = 54.21%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=8.75%
G=54.21%
B=37.04%

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
Decimal261611100.8400.320.37157.3372.1936.67
Hex1AA16E54020259d4825
Octal322411561240404523511045
Binary1101010100001110111010101000100000100101100111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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