#118963

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

Shades of Elf Green #118963

Tints of Elf Green #118963

Color information

#118963 (or 0x118963) is unknown color: approx Elf Green. HEX triplet: 11, 89 and 63. RGB value is (17,137,99). Sum of RGB (Red+Green+Blue) = 17+137+99=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #118963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118963 is #EE769C. Grayscale: #606060. Windows color (decimal): -15627933 or 6523153. OLE color: 6523153.

HSL color Cylindrical-coordinate representation of color #118963: hue angle of 161º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118963 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1713799-
CMYK0.8800.280.46
HSL161º77.92%30.2%-
HSV(B)161º87.59%53.73%-
XYZ11.4318.9114.85-
YUV96.79129.2471.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.72%
GREEN value IS 137 (53.91% from 255) = 54.15%
BLUE value IS 99 (39.06% from 255) = 39.13%
R=6.72%
G=54.15%
B=39.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17137990.8800.280.4616177.9230.2
Hex1189635801C2Ea14e1e
Octal212111431300345624111636
Binary10001100010011100011101100001110010111010100001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118963; }

 p { color: rgb(17,137,99); }

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

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

 a { background-color: rgb(17,137,99); }

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

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

 span { border-color: rgb(17,137,99); }

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