#166A12

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

Shades of Green #166A12

Tints of Green #166A12

Color information

#166A12 (or 0x166A12) is unknown color: approx Green. HEX triplet: 16, 6A and 12. RGB value is (22,106,18). Sum of RGB (Red+Green+Blue) = 22+106+18=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 106 (41.80% from 255 or 72.60% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 106 - color contains mainly: green. Hex color #166A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166A12 is #E995ED. Grayscale: #474747. Windows color (decimal): -15308270 or 1206806. OLE color: 1206806.

HSL color Cylindrical-coordinate representation of color #166A12: hue angle of 117.27º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166A12 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB2210618-
CMYK0.7900.830.58
HSL117.27º70.97%24.31%-
HSV(B)117.27º83.02%41.57%-
XYZ5.5910.522.31-
YUV70.8598.1793.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 106 (41.80% from 255) = 72.60%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=15.07%
G=72.60%
B=12.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22106180.7900.830.58117.2770.9724.31
Hex166A124F0533A754718
Octal261522211701237216510730
Binary101101101010100101001111010100111110101110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,106,18); }

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

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

 a { background-color: rgb(22,106,18); }

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

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

 span { border-color: rgb(22,106,18); }

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