#146E10

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

Shades of Green #146E10

Tints of Green #146E10

Color information

#146E10 (or 0x146E10) is unknown color: approx Green. HEX triplet: 14, 6E and 10. RGB value is (20,110,16). Sum of RGB (Red+Green+Blue) = 20+110+16=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 110 (43.36% from 255 or 75.34% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 110 - color contains mainly: green. Hex color #146E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146E10 is #EB91EF. Grayscale: #484848. Windows color (decimal): -15438320 or 1076756. OLE color: 1076756.

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

Color convert

RGB2011016-
CMYK0.8200.850.57
HSL117.45º74.6%24.71%-
HSV(B)117.45º85.45%43.14%-
XYZ5.9611.342.36-
YUV72.3796.1890.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 110 (43.36% from 255) = 75.34%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=13.70%
G=75.34%
B=10.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20110160.8200.850.57117.4574.624.71
Hex146E105205539754b19
Octal241562012201257116511331
Binary101001101110100001010010010101011110011110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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