#119264

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

Shades of Elf Green #119264

Tints of Elf Green #119264

Color information

#119264 (or 0x119264) is unknown color: approx Elf Green. HEX triplet: 11, 92 and 64. RGB value is (17,146,100). Sum of RGB (Red+Green+Blue) = 17+146+100=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #119264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119264 is #EE6D9B. Grayscale: #666666. Windows color (decimal): -15625628 or 6590993. OLE color: 6590993.

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

Color convert

RGB17146100-
CMYK0.8800.320.43
HSL158.6º79.14%31.96%-
HSV(B)158.6º88.36%57.25%-
XYZ12.8121.615.55-
YUV102.18126.7667.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 146 (57.42% from 255) = 55.51%
BLUE value IS 100 (39.45% from 255) = 38.02%
R=6.46%
G=55.51%
B=38.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171461000.8800.320.43158.679.1431.96
Hex119264580202B9f4f20
Octal212221441300405323711740
Binary1000110010010110010010110000100000101011100111111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119264; }

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

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

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

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

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

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

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

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