#11966C

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

Shades of Elf Green #11966C

Tints of Elf Green #11966C

Color information

#11966C (or 0x11966C) is unknown color: approx Elf Green. HEX triplet: 11, 96 and 6C. RGB value is (17,150,108). Sum of RGB (Red+Green+Blue) = 17+150+108=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #11966C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11966C is #EE6993. Grayscale: #696969. Windows color (decimal): -15624596 or 7116305. OLE color: 7116305.

HSL color Cylindrical-coordinate representation of color #11966C: hue angle of 161.05º 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 #11966C is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB17150108-
CMYK0.8900.280.41
HSL161.05º79.64%32.75%-
HSV(B)161.05º88.67%58.82%-
XYZ13.8423.0117.9-
YUV105.44129.4464.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 150 (58.98% from 255) = 54.55%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=6.18%
G=54.55%
B=39.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171501080.8900.280.41161.0579.6432.75
Hex11966C5901C29a15021
Octal212261541310345124112041
Binary100011001011011011001011001011100101001101000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11966C; }

 p { color: rgb(17,150,108); }

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

<style>
 a { background-color: #11966C; }

 a { background-color: rgb(17,150,108); }

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

<style>
 span { border-color: #11966C; }

 span { border-color: rgb(17,150,108); }

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