#11996A

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

Shades of Elf Green #11996A

Tints of Elf Green #11996A

Color information

#11996A (or 0x11996A) is unknown color: approx Elf Green. HEX triplet: 11, 99 and 6A. RGB value is (17,153,106). Sum of RGB (Red+Green+Blue) = 17+153+106=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #11996A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11996A is #EE6695. Grayscale: #6B6B6B. Windows color (decimal): -15623830 or 6986001. OLE color: 6986001.

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

Color convert

RGB17153106-
CMYK0.8900.310.4
HSL159.26º80%33.33%-
HSV(B)159.26º88.89%60%-
XYZ14.2223.9417.51-
YUV106.98127.4463.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=6.16%
G=55.43%
B=38.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171531060.8900.310.4159.268033.33
Hex11996A5901F289f5021
Octal212311521310375023712041
Binary100011001100111010101011001011111101000100111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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