#146B16

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

Shades of Green #146B16

Tints of Green #146B16

Color information

#146B16 (or 0x146B16) is unknown color: approx Green. HEX triplet: 14, 6B and 16. RGB value is (20,107,22). Sum of RGB (Red+Green+Blue) = 20+107+22=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 107 (42.19% from 255 or 71.81% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 107 - color contains mainly: green. Hex color #146B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146B16 is #EB94E9. Grayscale: #474747. Windows color (decimal): -15439082 or 1469204. OLE color: 1469204.

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

Color convert

RGB2010722-
CMYK0.8100.790.58
HSL121.38º68.5%24.9%-
HSV(B)121.38º81.31%41.96%-
XYZ5.6910.722.53-
YUV71.3100.1891.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 107 (42.19% from 255) = 71.81%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=13.42%
G=71.81%
B=14.77%

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
Decimal20107220.8100.790.58121.3868.524.9
Hex146B165104F3A794519
Octal241532612101177217110531
Binary101001101011101101010001010011111110101111001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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