#11956C

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

Shades of Elf Green #11956C

Tints of Elf Green #11956C

Color information

#11956C (or 0x11956C) is unknown color: approx Elf Green. HEX triplet: 11, 95 and 6C. RGB value is (17,149,108). Sum of RGB (Red+Green+Blue) = 17+149+108=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #11956C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11956C is #EE6A93. Grayscale: #686868. Windows color (decimal): -15624852 or 7116049. OLE color: 7116049.

HSL color Cylindrical-coordinate representation of color #11956C: hue angle of 161.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11956C is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB17149108-
CMYK0.8900.280.42
HSL161.36º79.52%32.55%-
HSV(B)161.36º88.59%58.43%-
XYZ13.6922.717.85-
YUV104.86129.7765.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.20%
GREEN value IS 149 (58.59% from 255) = 54.38%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=6.20%
G=54.38%
B=39.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171491080.8900.280.42161.3679.5232.55
Hex11956C5901C2Aa15021
Octal212251541310345224112041
Binary100011001010111011001011001011100101010101000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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