#11966B

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

Shades of Elf Green #11966B

Tints of Elf Green #11966B

Color information

#11966B (or 0x11966B) is unknown color: approx Elf Green. HEX triplet: 11, 96 and 6B. RGB value is (17,150,107). Sum of RGB (Red+Green+Blue) = 17+150+107=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #11966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11966B is #EE6994. Grayscale: #696969. Windows color (decimal): -15624597 or 7050769. OLE color: 7050769.

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

Color convert

RGB17150107-
CMYK0.8900.290.41
HSL160.6º79.64%32.75%-
HSV(B)160.6º88.67%58.82%-
XYZ13.7922.9917.62-
YUV105.33128.9465-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.20%
GREEN value IS 150 (58.98% from 255) = 54.74%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=6.20%
G=54.74%
B=39.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171501070.8900.290.41160.679.6432.75
Hex11966B5901D29a15021
Octal212261531310355124112041
Binary100011001011011010111011001011101101001101000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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