#146D1A

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

Shades of San Felix #146D1A

Tints of San Felix #146D1A

Color information

#146D1A (or 0x146D1A) is unknown color: approx San Felix. HEX triplet: 14, 6D and 1A. RGB value is (20,109,26). Sum of RGB (Red+Green+Blue) = 20+109+26=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 109 (42.97% from 255 or 70.32% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 109 - color contains mainly: green. Hex color #146D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146D1A is #EB92E5. Grayscale: #494949. Windows color (decimal): -15438566 or 1731860. OLE color: 1731860.

HSL color Cylindrical-coordinate representation of color #146D1A: hue angle of 124.04º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D1A is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB2010926-
CMYK0.8200.760.57
HSL124.04º68.99%25.29%-
HSV(B)124.04º81.65%42.75%-
XYZ5.9411.162.82-
YUV72.93101.5190.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 109 (42.97% from 255) = 70.32%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=12.90%
G=70.32%
B=16.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20109260.8200.760.57124.0468.9925.29
Hex146D1A5204C397c4519
Octal241553212201147117410531
Binary101001101101110101010010010011001110011111100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,109,26); }

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

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

 a { background-color: rgb(20,109,26); }

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

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

 span { border-color: rgb(20,109,26); }

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