#1AA270

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

Shades of Elf Green #1AA270

Tints of Elf Green #1AA270

Color information

#1AA270 (or 0x1AA270) is unknown color: approx Elf Green. HEX triplet: 1A, A2 and 70. RGB value is (26,162,112). Sum of RGB (Red+Green+Blue) = 26+162+112=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA270 is #E55D8F. Grayscale: #737373. Windows color (decimal): -15031696 or 7381530. OLE color: 7381530.

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

Color convert

RGB26162112-
CMYK0.8400.310.36
HSL157.94º72.34%36.86%-
HSV(B)157.94º83.95%63.53%-
XYZ16.2727.2319.73-
YUV115.64125.9464.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.67%
GREEN value IS 162 (63.67% from 255) = 54%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=8.67%
G=54%
B=37.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal261621120.8400.310.36157.9472.3436.86
Hex1AA2705401F249e4825
Octal322421601240374423611045
Binary110101010001011100001010100011111100100100111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,162,112); }

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

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

 a { background-color: rgb(26,162,112); }

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

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

 span { border-color: rgb(26,162,112); }

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