#11926D

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

Shades of Elf Green #11926D

Tints of Elf Green #11926D

Color information

#11926D (or 0x11926D) is unknown color: approx Elf Green. HEX triplet: 11, 92 and 6D. RGB value is (17,146,109). Sum of RGB (Red+Green+Blue) = 17+146+109=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #11926D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11926D is #EE6D92. Grayscale: #676767. Windows color (decimal): -15625619 or 7180817. OLE color: 7180817.

HSL color Cylindrical-coordinate representation of color #11926D: hue angle of 162.79º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11926D is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB17146109-
CMYK0.8800.250.43
HSL162.79º79.14%31.96%-
HSV(B)162.79º88.36%57.25%-
XYZ13.2721.7817.97-
YUV103.21131.2666.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=6.25%
G=53.68%
B=40.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171461090.8800.250.43162.7979.1431.96
Hex11926D580192Ba34f20
Octal212221551300315324311740
Binary100011001001011011011011000011001101011101000111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11926D; }

 p { color: rgb(17,146,109); }

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

<style>
 a { background-color: #11926D; }

 a { background-color: rgb(17,146,109); }

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

<style>
 span { border-color: #11926D; }

 span { border-color: rgb(17,146,109); }

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