#1A9972

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

Shades of Elf Green #1A9972

Tints of Elf Green #1A9972

Color information

#1A9972 (or 0x1A9972) is unknown color: approx Elf Green. HEX triplet: 1A, 99 and 72. RGB value is (26,153,114). Sum of RGB (Red+Green+Blue) = 26+153+114=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #1A9972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9972 is #E5668D. Grayscale: #6E6E6E. Windows color (decimal): -15033998 or 7510298. OLE color: 7510298.

HSL color Cylindrical-coordinate representation of color #1A9972: hue angle of 161.57º 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 #1A9972 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB26153114-
CMYK0.8300.250.4
HSL161.57º70.95%35.1%-
HSV(B)161.57º83.01%60%-
XYZ14.8524.2219.81-
YUV110.58129.9267.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.87%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=8.87%
G=52.22%
B=38.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal261531140.8300.250.4161.5770.9535.1
Hex1A99725301928a24723
Octal322311621230315024210743
Binary110101001100111100101010011011001101000101000101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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