#1A987E

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

Shades of Elf Green #1A987E

Tints of Elf Green #1A987E

Color information

#1A987E (or 0x1A987E) is unknown color: approx Elf Green. HEX triplet: 1A, 98 and 7E. RGB value is (26,152,126). Sum of RGB (Red+Green+Blue) = 26+152+126=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #1A987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A987E is #E56781. Grayscale: #6F6F6F. Windows color (decimal): -15034242 or 8296474. OLE color: 8296474.

HSL color Cylindrical-coordinate representation of color #1A987E: hue angle of 167.62º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A987E is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB26152126-
CMYK0.8300.170.40
HSL167.62º70.79%34.9%-
HSV(B)167.62º82.89%59.61%-
XYZ15.4224.1823.59-
YUV111.36136.2667.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.55%
GREEN value IS 152 (59.77% from 255) = 50%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=8.55%
G=50%
B=41.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal261521260.8300.170.40167.6270.7934.9
Hex1A987E5301128a84723
Octal322301761230215025010743
Binary110101001100011111101010011010001101000101010001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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