#166E19

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

Shades of San Felix #166E19

Tints of San Felix #166E19

Color information

#166E19 (or 0x166E19) is unknown color: approx San Felix. HEX triplet: 16, 6E and 19. RGB value is (22,110,25). Sum of RGB (Red+Green+Blue) = 22+110+25=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 110 (43.36% from 255 or 70.06% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 110 - color contains mainly: green. Hex color #166E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166E19 is #E991E6. Grayscale: #4A4A4A. Windows color (decimal): -15307239 or 1666582. OLE color: 1666582.

HSL color Cylindrical-coordinate representation of color #166E19: hue angle of 122.05º degrees, saturation: 0.67, 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 #166E19 is Cyan = 0.8, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB2211025-
CMYK0.800.770.57
HSL122.05º66.67%25.88%-
HSV(B)122.05º80%43.14%-
XYZ6.0811.392.8-
YUV74100.3590.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 110 (43.36% from 255) = 70.06%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=14.01%
G=70.06%
B=15.92%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110250.800.770.57122.0566.6725.88
Hex166E195004D397a431a
Octal261563112001157117210332
Binary101101101110110011010000010011011110011111010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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