#166E14

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

Shades of Forest Green #166E14

Tints of Forest Green #166E14

Color information

#166E14 (or 0x166E14) is unknown color: approx Forest Green. HEX triplet: 16, 6E and 14. RGB value is (22,110,20). Sum of RGB (Red+Green+Blue) = 22+110+20=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 110 (43.36% from 255 or 72.37% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 110 - color contains mainly: green. Hex color #166E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166E14 is #E991EB. Grayscale: #494949. Windows color (decimal): -15307244 or 1338902. OLE color: 1338902.

HSL color Cylindrical-coordinate representation of color #166E14: hue angle of 118.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #166E14 is Cyan = 0.8, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB2211020-
CMYK0.800.820.57
HSL118.67º69.23%25.49%-
HSV(B)118.67º81.82%43.14%-
XYZ6.0311.372.54-
YUV73.4397.8591.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 110 (43.36% from 255) = 72.37%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=14.47%
G=72.37%
B=13.16%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110200.800.820.57118.6769.2325.49
Hex166E145005239774519
Octal261562412001227116710531
Binary101101101110101001010000010100101110011110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,110,20); }

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

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

 a { background-color: rgb(22,110,20); }

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

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

 span { border-color: rgb(22,110,20); }

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