#1A957E

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

Shades of Elf Green #1A957E

Tints of Elf Green #1A957E

Color information

#1A957E (or 0x1A957E) is unknown color: approx Elf Green. HEX triplet: 1A, 95 and 7E. RGB value is (26,149,126). Sum of RGB (Red+Green+Blue) = 26+149+126=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #1A957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A957E is #E56A81. Grayscale: #6D6D6D. Windows color (decimal): -15035010 or 8295706. OLE color: 8295706.

HSL color Cylindrical-coordinate representation of color #1A957E: hue angle of 168.78º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A957E is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB26149126-
CMYK0.8300.150.42
HSL168.78º70.29%34.31%-
HSV(B)168.78º82.55%58.43%-
XYZ14.9423.2223.43-
YUV109.6137.2568.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=8.64%
G=49.50%
B=41.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261491260.8300.150.42168.7870.2934.31
Hex1A957E530F2Aa94622
Octal322251761230175225110642
Binary11010100101011111110101001101111101010101010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,149,126); }

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

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

 a { background-color: rgb(26,149,126); }

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

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

 span { border-color: rgb(26,149,126); }

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