#166D22

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

Shades of San Felix #166D22

Tints of San Felix #166D22

Color information

#166D22 (or 0x166D22) is unknown color: approx San Felix. HEX triplet: 16, 6D and 22. RGB value is (22,109,34). Sum of RGB (Red+Green+Blue) = 22+109+34=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 109 (42.97% from 255 or 66.06% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 109 - color contains mainly: green. Hex color #166D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166D22 is #E992DD. Grayscale: #4A4A4A. Windows color (decimal): -15307486 or 2256150. OLE color: 2256150.

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

Color convert

RGB2210934-
CMYK0.8000.690.57
HSL128.28º66.41%25.69%-
HSV(B)128.28º79.82%42.75%-
XYZ6.0911.223.36-
YUV74.44105.1890.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.33%
GREEN value IS 109 (42.97% from 255) = 66.06%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=13.33%
G=66.06%
B=20.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22109340.8000.690.57128.2866.4125.69
Hex166D22500453980421a
Octal261554212001057120010232
Binary10110110110110001010100000100010111100110000000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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