#166E1A

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

Shades of San Felix #166E1A

Tints of San Felix #166E1A

Color information

#166E1A (or 0x166E1A) is unknown color: approx San Felix. HEX triplet: 16, 6E and 1A. RGB value is (22,110,26). Sum of RGB (Red+Green+Blue) = 22+110+26=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 110 (43.36% from 255 or 69.62% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 110 - color contains mainly: green. Hex color #166E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166E1A is #E991E5. Grayscale: #4A4A4A. Windows color (decimal): -15307238 or 1732118. OLE color: 1732118.

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

Color convert

RGB2211026-
CMYK0.800.760.57
HSL122.73º66.67%25.88%-
HSV(B)122.73º80%43.14%-
XYZ6.0911.42.86-
YUV74.11100.8590.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 110 (43.36% from 255) = 69.62%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=13.92%
G=69.62%
B=16.46%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110260.800.760.57122.7366.6725.88
Hex166E1A5004C397b431a
Octal261563212001147117310332
Binary101101101110110101010000010011001110011111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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