#119266

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

Shades of Elf Green #119266

Tints of Elf Green #119266

Color information

#119266 (or 0x119266) is unknown color: approx Elf Green. HEX triplet: 11, 92 and 66. RGB value is (17,146,102). Sum of RGB (Red+Green+Blue) = 17+146+102=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #119266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119266 is #EE6D99. Grayscale: #666666. Windows color (decimal): -15625626 or 6722065. OLE color: 6722065.

HSL color Cylindrical-coordinate representation of color #119266: hue angle of 159.53º 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 #119266 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB17146102-
CMYK0.8800.300.43
HSL159.53º79.14%31.96%-
HSV(B)159.53º88.36%57.25%-
XYZ12.9121.6416.07-
YUV102.41127.7667.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.42%
GREEN value IS 146 (57.42% from 255) = 55.09%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=6.42%
G=55.09%
B=38.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171461020.8800.300.43159.5379.1431.96
Hex1192665801E2Ba04f20
Octal212221461300365324011740
Binary100011001001011001101011000011110101011101000001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119266; }

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

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

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

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

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

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

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

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