#1A9E70

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

Shades of Elf Green #1A9E70

Tints of Elf Green #1A9E70

Color information

#1A9E70 (or 0x1A9E70) is unknown color: approx Elf Green. HEX triplet: 1A, 9E and 70. RGB value is (26,158,112). Sum of RGB (Red+Green+Blue) = 26+158+112=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 158 (62.11% from 255 or 53.38% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 158 - color contains mainly: green. Hex color #1A9E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9E70 is #E5618F. Grayscale: #717171. Windows color (decimal): -15032720 or 7380506. OLE color: 7380506.

HSL color Cylindrical-coordinate representation of color #1A9E70: hue angle of 159.09º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9E70 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB26158112-
CMYK0.8400.290.38
HSL159.09º71.74%36.08%-
HSV(B)159.09º83.54%61.96%-
XYZ15.5825.8419.5-
YUV113.29127.2765.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.78%
GREEN value IS 158 (62.11% from 255) = 53.38%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=8.78%
G=53.38%
B=37.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal261581120.8400.290.38159.0971.7436.08
Hex1A9E705401D269f4824
Octal322361601240354623711044
Binary110101001111011100001010100011101100110100111111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,158,112); }

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

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

 a { background-color: rgb(26,158,112); }

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

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

 span { border-color: rgb(26,158,112); }

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