#1A997A

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

Shades of Elf Green #1A997A

Tints of Elf Green #1A997A

Color information

#1A997A (or 0x1A997A) is unknown color: approx Elf Green. HEX triplet: 1A, 99 and 7A. RGB value is (26,153,122). Sum of RGB (Red+Green+Blue) = 26+153+122=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #1A997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A997A is #E56685. Grayscale: #6F6F6F. Windows color (decimal): -15033990 or 8034586. OLE color: 8034586.

HSL color Cylindrical-coordinate representation of color #1A997A: hue angle of 165.35º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A997A is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB26153122-
CMYK0.8300.200.4
HSL165.35º70.95%35.1%-
HSV(B)165.35º83.01%60%-
XYZ15.3324.4122.32-
YUV111.49133.9267.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=8.64%
G=50.83%
B=40.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal261531220.8300.200.4165.3570.9535.1
Hex1A997A5301428a54723
Octal322311721230245024510743
Binary110101001100111110101010011010100101000101001011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,153,122); }

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

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

 a { background-color: rgb(26,153,122); }

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

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

 span { border-color: rgb(26,153,122); }

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