#1A9680

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

Shades of Elf Green #1A9680

Tints of Elf Green #1A9680

Color information

#1A9680 (or 0x1A9680) is unknown color: approx Elf Green. HEX triplet: 1A, 96 and 80. RGB value is (26,150,128). Sum of RGB (Red+Green+Blue) = 26+150+128=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #1A9680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9680 is #E5697F. Grayscale: #6E6E6E. Windows color (decimal): -15034752 or 8427034. OLE color: 8427034.

HSL color Cylindrical-coordinate representation of color #1A9680: hue angle of 169.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9680 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB26150128-
CMYK0.8300.150.41
HSL169.35º70.45%34.51%-
HSV(B)169.35º82.67%58.82%-
XYZ15.2323.5924.17-
YUV110.42137.9267.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.55%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=8.55%
G=49.34%
B=42.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal261501280.8300.150.41169.3570.4534.51
Hex1A9680530F29a94623
Octal322262001230175125110643
Binary110101001011010000000101001101111101001101010011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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