#166F18

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

Shades of Forest Green #166F18

Tints of Forest Green #166F18

Color information

#166F18 (or 0x166F18) is unknown color: approx Forest Green. HEX triplet: 16, 6F and 18. RGB value is (22,111,24). Sum of RGB (Red+Green+Blue) = 22+111+24=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #166F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166F18 is #E990E7. Grayscale: #4A4A4A. Windows color (decimal): -15306984 or 1601302. OLE color: 1601302.

HSL color Cylindrical-coordinate representation of color #166F18: hue angle of 121.35º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166F18 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB2211124-
CMYK0.8000.780.56
HSL121.35º66.92%26.08%-
HSV(B)121.35º80.18%43.53%-
XYZ6.1811.612.78-
YUV74.4799.5190.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 111 (43.75% from 255) = 70.70%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=14.01%
G=70.70%
B=15.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22111240.8000.780.56121.3566.9226.08
Hex166F185004E3879431a
Octal261573012001167017110332
Binary101101101111110001010000010011101110001111001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166F18; }

 p { color: rgb(22,111,24); }

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

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

 a { background-color: rgb(22,111,24); }

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

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

 span { border-color: rgb(22,111,24); }

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