#11976A

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

Shades of Elf Green #11976A

Tints of Elf Green #11976A

Color information

#11976A (or 0x11976A) is unknown color: approx Elf Green. HEX triplet: 11, 97 and 6A. RGB value is (17,151,106). Sum of RGB (Red+Green+Blue) = 17+151+106=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 151 (59.38% from 255 or 55.11% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 151 - color contains mainly: green. Hex color #11976A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11976A is #EE6895. Grayscale: #696969. Windows color (decimal): -15624342 or 6985489. OLE color: 6985489.

HSL color Cylindrical-coordinate representation of color #11976A: hue angle of 159.85º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11976A is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB17151106-
CMYK0.8900.300.41
HSL159.85º79.76%32.94%-
HSV(B)159.85º88.74%59.22%-
XYZ13.923.2917.4-
YUV105.8128.1164.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.20%
GREEN value IS 151 (59.38% from 255) = 55.11%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=6.20%
G=55.11%
B=38.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171511060.8900.300.41159.8579.7632.94
Hex11976A5901E29a05021
Octal212271521310365124012041
Binary100011001011111010101011001011110101001101000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11976A; }

 p { color: rgb(17,151,106); }

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

<style>
 a { background-color: #11976A; }

 a { background-color: rgb(17,151,106); }

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

<style>
 span { border-color: #11976A; }

 span { border-color: rgb(17,151,106); }

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