#146B10

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

Shades of Green #146B10

Tints of Green #146B10

Color information

#146B10 (or 0x146B10) is unknown color: approx Green. HEX triplet: 14, 6B and 10. RGB value is (20,107,16). Sum of RGB (Red+Green+Blue) = 20+107+16=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #146B10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146B10 is #EB94EF. Grayscale: #464646. Windows color (decimal): -15439088 or 1075988. OLE color: 1075988.

HSL color Cylindrical-coordinate representation of color #146B10: hue angle of 117.36º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146B10 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB2010716-
CMYK0.8100.850.58
HSL117.36º73.98%24.12%-
HSV(B)117.36º85.05%41.96%-
XYZ5.6410.72.26-
YUV70.6197.1891.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 107 (42.19% from 255) = 74.83%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=13.99%
G=74.83%
B=11.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20107160.8100.850.58117.3673.9824.12
Hex146B10510553A754a18
Octal241532012101257216511230
Binary101001101011100001010001010101011110101110101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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