#118E10

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

Shades of Forest Green #118E10

Tints of Forest Green #118E10

Color information

#118E10 (or 0x118E10) is unknown color: approx Forest Green. HEX triplet: 11, 8E and 10. RGB value is (17,142,16). Sum of RGB (Red+Green+Blue) = 17+142+16=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 142 (55.86% from 255 or 81.14% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 142 - color contains mainly: green. Hex color #118E10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118E10 is #EE71EF. Grayscale: #5A5A5A. Windows color (decimal): -15626736 or 1084945. OLE color: 1084945.

HSL color Cylindrical-coordinate representation of color #118E10: hue angle of 119.52º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118E10 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB1714216-
CMYK0.8800.890.44
HSL119.52º79.75%30.98%-
HSV(B)119.52º88.73%55.69%-
XYZ1019.53.73-
YUV90.2686.0975.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 142 (55.86% from 255) = 81.14%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=9.71%
G=81.14%
B=9.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17142160.8800.890.44119.5279.7530.98
Hex118E10580592C78501f
Octal212162013001315417012037
Binary1000110001110100001011000010110011011001111000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118E10; }

 p { color: rgb(17,142,16); }

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

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

 a { background-color: rgb(17,142,16); }

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

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

 span { border-color: rgb(17,142,16); }

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