#1A896E

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

Shades of Elf Green #1A896E

Tints of Elf Green #1A896E

Color information

#1A896E (or 0x1A896E) is unknown color: approx Elf Green. HEX triplet: 1A, 89 and 6E. RGB value is (26,137,110). Sum of RGB (Red+Green+Blue) = 26+137+110=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #1A896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A896E is #E57691. Grayscale: #646464. Windows color (decimal): -15038098 or 7244058. OLE color: 7244058.

HSL color Cylindrical-coordinate representation of color #1A896E: hue angle of 165.41º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A896E is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB26137110-
CMYK0.8100.200.46
HSL165.41º68.1%31.96%-
HSV(B)165.41º81.02%53.73%-
XYZ12.1919.2417.82-
YUV100.73133.2374.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.52%
GREEN value IS 137 (53.91% from 255) = 50.18%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=9.52%
G=50.18%
B=40.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal261371100.8100.200.46165.4168.131.96
Hex1A896E510142Ea54420
Octal322111561210245624510440
Binary110101000100111011101010001010100101110101001011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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