#1A9380

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

Shades of Elf Green #1A9380

Tints of Elf Green #1A9380

Color information

#1A9380 (or 0x1A9380) is unknown color: approx Elf Green. HEX triplet: 1A, 93 and 80. RGB value is (26,147,128). Sum of RGB (Red+Green+Blue) = 26+147+128=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9380 is #E56C7F. Grayscale: #6C6C6C. Windows color (decimal): -15035520 or 8426266. OLE color: 8426266.

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

Color convert

RGB26147128-
CMYK0.8200.130.42
HSL170.58º69.94%33.92%-
HSV(B)170.58º82.31%57.65%-
XYZ14.7622.6524.02-
YUV108.66138.9169.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=8.64%
G=48.84%
B=42.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261471280.8200.130.42170.5869.9433.92
Hex1A9380520D2Aab4622
Octal322232001220155225310642
Binary110101001001110000000101001001101101010101010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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