#1A9080

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

Shades of Elf Green #1A9080

Tints of Elf Green #1A9080

Color information

#1A9080 (or 0x1A9080) is unknown color: approx Elf Green. HEX triplet: 1A, 90 and 80. RGB value is (26,144,128). Sum of RGB (Red+Green+Blue) = 26+144+128=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #1A9080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9080 is #E56F7F. Grayscale: #6A6A6A. Windows color (decimal): -15036288 or 8425498. OLE color: 8425498.

HSL color Cylindrical-coordinate representation of color #1A9080: hue angle of 171.86º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9080 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB26144128-
CMYK0.8200.110.44
HSL171.86º69.41%33.33%-
HSV(B)171.86º81.94%56.47%-
XYZ14.321.7223.86-
YUV106.89139.9170.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.72%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=8.72%
G=48.32%
B=42.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal261441280.8200.110.44171.8669.4133.33
Hex1A9080520B2Cac4521
Octal322202001220135425410541
Binary110101001000010000000101001001011101100101011001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,144,128); }

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

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

 a { background-color: rgb(26,144,128); }

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

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

 span { border-color: rgb(26,144,128); }

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