#146A1E

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

Shades of San Felix #146A1E

Tints of San Felix #146A1E

Color information

#146A1E (or 0x146A1E) is unknown color: approx San Felix. HEX triplet: 14, 6A and 1E. RGB value is (20,106,30). Sum of RGB (Red+Green+Blue) = 20+106+30=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 106 (41.80% from 255 or 67.95% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 106 - color contains mainly: green. Hex color #146A1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146A1E is #EB95E1. Grayscale: #474747. Windows color (decimal): -15439330 or 1993236. OLE color: 1993236.

HSL color Cylindrical-coordinate representation of color #146A1E: hue angle of 126.98º degrees, saturation: 0.68, 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 #146A1E is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB2010630-
CMYK0.8100.720.58
HSL126.98º68.25%24.71%-
HSV(B)126.98º81.13%41.57%-
XYZ5.6810.552.97-
YUV71.62104.5191.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 106 (41.80% from 255) = 67.95%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=12.82%
G=67.95%
B=19.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20106300.8100.720.58126.9868.2524.71
Hex146A1E510483A7f4419
Octal241523612101107217710431
Binary101001101010111101010001010010001110101111111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146A1E; }

 p { color: rgb(20,106,30); }

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

<style>
 a { background-color: #146A1E; }

 a { background-color: rgb(20,106,30); }

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

<style>
 span { border-color: #146A1E; }

 span { border-color: rgb(20,106,30); }

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