#1AA072

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

Shades of Elf Green #1AA072

Tints of Elf Green #1AA072

Color information

#1AA072 (or 0x1AA072) is unknown color: approx Elf Green. HEX triplet: 1A, A0 and 72. RGB value is (26,160,114). Sum of RGB (Red+Green+Blue) = 26+160+114=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA072 is #E55F8D. Grayscale: #727272. Windows color (decimal): -15032206 or 7512090. OLE color: 7512090.

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

Color convert

RGB26160114-
CMYK0.8400.290.37
HSL159.4º72.04%36.47%-
HSV(B)159.4º83.75%62.75%-
XYZ16.0326.5820.2-
YUV114.69127.6164.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.67%
GREEN value IS 160 (62.89% from 255) = 53.33%
BLUE value IS 114 (44.92% from 255) = 38%
R=8.67%
G=53.33%
B=38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal261601140.8400.290.37159.472.0436.47
Hex1AA0725401D259f4824
Octal322401621240354523711044
Binary110101010000011100101010100011101100101100111111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,160,114); }

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

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

 a { background-color: rgb(26,160,114); }

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

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

 span { border-color: rgb(26,160,114); }

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