#146A16

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

Shades of San Felix #146A16

Tints of San Felix #146A16

Color information

#146A16 (or 0x146A16) is unknown color: approx San Felix. HEX triplet: 14, 6A and 16. RGB value is (20,106,22). Sum of RGB (Red+Green+Blue) = 20+106+22=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 106 (41.80% from 255 or 71.62% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 106 - color contains mainly: green. Hex color #146A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146A16 is #EB95E9. Grayscale: #464646. Windows color (decimal): -15439338 or 1468948. OLE color: 1468948.

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

Color convert

RGB2010622-
CMYK0.8100.790.58
HSL121.4º68.25%24.71%-
HSV(B)121.4º81.13%41.57%-
XYZ5.5910.512.49-
YUV70.71100.5191.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 106 (41.80% from 255) = 71.62%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=13.51%
G=71.62%
B=14.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20106220.8100.790.58121.468.2524.71
Hex146A165104F3A794419
Octal241522612101177217110431
Binary101001101010101101010001010011111110101111001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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