#1A9381

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

Shades of Elf Green #1A9381

Tints of Elf Green #1A9381

Color information

#1A9381 (or 0x1A9381) is unknown color: approx Elf Green. HEX triplet: 1A, 93 and 81. RGB value is (26,147,129). Sum of RGB (Red+Green+Blue) = 26+147+129=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9381 is #E56C7E. Grayscale: #6C6C6C. Windows color (decimal): -15035519 or 8491802. OLE color: 8491802.

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

Color convert

RGB26147129-
CMYK0.8200.120.42
HSL171.07º69.94%33.92%-
HSV(B)171.07º82.31%57.65%-
XYZ14.8222.6724.36-
YUV108.77139.4168.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.61%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=8.61%
G=48.68%
B=42.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261471290.8200.120.42171.0769.9433.92
Hex1A9381520C2Aab4622
Octal322232011220145225310642
Binary110101001001110000001101001001100101010101010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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