#166D11

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

Shades of Green #166D11

Tints of Green #166D11

Color information

#166D11 (or 0x166D11) is unknown color: approx Green. HEX triplet: 16, 6D and 11. RGB value is (22,109,17). Sum of RGB (Red+Green+Blue) = 22+109+17=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 109 (42.97% from 255 or 73.65% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 109 - color contains mainly: green. Hex color #166D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166D11 is #E992EE. Grayscale: #484848. Windows color (decimal): -15307503 or 1142038. OLE color: 1142038.

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

Color convert

RGB2210917-
CMYK0.8000.840.57
HSL116.74º73.02%24.71%-
HSV(B)116.74º84.4%42.75%-
XYZ5.911.152.37-
YUV72.596.6891.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 109 (42.97% from 255) = 73.65%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=14.86%
G=73.65%
B=11.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22109170.8000.840.57116.7473.0224.71
Hex166D115005439754919
Octal261552112001247116511131
Binary101101101101100011010000010101001110011110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,109,17); }

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

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

 a { background-color: rgb(22,109,17); }

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

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

 span { border-color: rgb(22,109,17); }

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