#146B18

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

Shades of San Felix #146B18

Tints of San Felix #146B18

Color information

#146B18 (or 0x146B18) is unknown color: approx San Felix. HEX triplet: 14, 6B and 18. RGB value is (20,107,24). Sum of RGB (Red+Green+Blue) = 20+107+24=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 107 (42.19% from 255 or 70.86% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 107 - color contains mainly: green. Hex color #146B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146B18 is #EB94E7. Grayscale: #474747. Windows color (decimal): -15439080 or 1600276. OLE color: 1600276.

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

Color convert

RGB2010724-
CMYK0.8100.780.58
HSL122.76º68.5%24.9%-
HSV(B)122.76º81.31%41.96%-
XYZ5.7110.732.63-
YUV71.53101.1891.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 107 (42.19% from 255) = 70.86%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=13.25%
G=70.86%
B=15.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20107240.8100.780.58122.7668.524.9
Hex146B185104E3A7b4519
Octal241533012101167217310531
Binary101001101011110001010001010011101110101111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,107,24); }

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

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

 a { background-color: rgb(20,107,24); }

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

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

 span { border-color: rgb(20,107,24); }

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