#146806

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

Shades of Green #146806

Tints of Green #146806

Color information

#146806 (or 0x146806) is unknown color: approx Green. HEX triplet: 14, 68 and 06. RGB value is (20,104,6). Sum of RGB (Red+Green+Blue) = 20+104+6=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 104 (41.02% from 255 or 80% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 104 - color contains mainly: green. Hex color #146806 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146806 is #EB97F9. Grayscale: #444444. Windows color (decimal): -15439866 or 419860. OLE color: 419860.

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

Color convert

RGB201046-
CMYK0.8100.940.59
HSL111.43º89.09%21.57%-
HSV(B)111.43º94.23%40.78%-
XYZ5.2710.061.84-
YUV67.7193.1793.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 104 (41.02% from 255) = 80%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=15.38%
G=80%
B=4.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2010460.8100.940.59111.4389.0921.57
Hex146865105E3B6f5916
Octal24150612101367315713126
Binary1010011010001101010001010111101110111101111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146806; }

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

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

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

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

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

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

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

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