#1A937F

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

Shades of Elf Green #1A937F

Tints of Elf Green #1A937F

Color information

#1A937F (or 0x1A937F) is unknown color: approx Elf Green. HEX triplet: 1A, 93 and 7F. RGB value is (26,147,127). Sum of RGB (Red+Green+Blue) = 26+147+127=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #1A937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A937F is #E56C80. Grayscale: #6C6C6C. Windows color (decimal): -15035521 or 8360730. OLE color: 8360730.

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

Color convert

RGB26147127-
CMYK0.8200.140.42
HSL170.08º69.94%33.92%-
HSV(B)170.08º82.31%57.65%-
XYZ14.6922.6223.67-
YUV108.54138.4169.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.67%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 127 (50% from 255) = 42.33%
R=8.67%
G=49%
B=42.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261471270.8200.140.42170.0869.9433.92
Hex1A937F520E2Aaa4622
Octal322231771220165225210642
Binary11010100100111111111101001001110101010101010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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