#166C14

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

Shades of Green #166C14

Tints of Green #166C14

Color information

#166C14 (or 0x166C14) is unknown color: approx Green. HEX triplet: 16, 6C and 14. RGB value is (22,108,20). Sum of RGB (Red+Green+Blue) = 22+108+20=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 108 (42.58% from 255 or 72% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 108 - color contains mainly: green. Hex color #166C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166C14 is #E993EB. Grayscale: #484848. Windows color (decimal): -15307756 or 1338390. OLE color: 1338390.

HSL color Cylindrical-coordinate representation of color #166C14: hue angle of 118.64º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166C14 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB2210820-
CMYK0.8000.810.58
HSL118.64º68.75%25.1%-
HSV(B)118.64º81.48%42.35%-
XYZ5.8210.952.47-
YUV72.2598.5192.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 108 (42.58% from 255) = 72%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=14.67%
G=72%
B=13.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22108200.8000.810.58118.6468.7525.1
Hex166C14500513A774519
Octal261542412001217216710531
Binary101101101100101001010000010100011110101110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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