#1A957F

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

Shades of Elf Green #1A957F

Tints of Elf Green #1A957F

Color information

#1A957F (or 0x1A957F) is unknown color: approx Elf Green. HEX triplet: 1A, 95 and 7F. RGB value is (26,149,127). Sum of RGB (Red+Green+Blue) = 26+149+127=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #1A957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A957F is #E56A80. Grayscale: #6D6D6D. Windows color (decimal): -15035009 or 8361242. OLE color: 8361242.

HSL color Cylindrical-coordinate representation of color #1A957F: hue angle of 169.27º 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 #1A957F is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB26149127-
CMYK0.8300.150.42
HSL169.27º70.29%34.31%-
HSV(B)169.27º82.55%58.43%-
XYZ1523.2523.77-
YUV109.71137.7568.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.61%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 127 (50% from 255) = 42.05%
R=8.61%
G=49.34%
B=42.05%

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
Decimal261491270.8300.150.42169.2770.2934.31
Hex1A957F530F2Aa94622
Octal322251771230175225110642
Binary11010100101011111111101001101111101010101010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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