#146800

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

Shades of Green #146800

Tints of Green #146800

Color information

#146800 (or 0x146800) is unknown color: approx Green. HEX triplet: 14, 68 and 00. RGB value is (20,104,0). Sum of RGB (Red+Green+Blue) = 20+104+0=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 104 (41.02% from 255 or 83.87% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 104 - color contains mainly: green. Hex color #146800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146800 is #EB97FF. Grayscale: #434343. Windows color (decimal): -15439872 or 26644. OLE color: 26644.

HSL color Cylindrical-coordinate representation of color #146800: hue angle of 108.46º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #146800 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB201040-
CMYK0.81010.59
HSL108.46º100%20.39%-
HSV(B)108.46º100%40.78%-
XYZ5.2410.051.66-
YUV67.0390.1794.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 104 (41.02% from 255) = 83.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.13%
G=83.87%
B=0%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2010400.81010.59108.4610020.39
Hex14680510643B6c6414
Octal24150012101447315414424
Binary10100110100001010001011001001110111101100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146800; }

 p { color: rgb(20,104,0); }

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

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

 a { background-color: rgb(20,104,0); }

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

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

 span { border-color: rgb(20,104,0); }

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