#146902

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

Shades of Green #146902

Tints of Green #146902

Color information

#146902 (or 0x146902) is unknown color: approx Green. HEX triplet: 14, 69 and 02. RGB value is (20,105,2). Sum of RGB (Red+Green+Blue) = 20+105+2=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 105 (41.41% from 255 or 82.68% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 105 - color contains mainly: green. Hex color #146902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146902 is #EB96FD. Grayscale: #444444. Windows color (decimal): -15439614 or 157972. OLE color: 157972.

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

Color convert

RGB201052-
CMYK0.8100.980.59
HSL109.51º96.26%20.98%-
HSV(B)109.51º98.1%41.18%-
XYZ5.3510.261.76-
YUV67.8490.8493.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 105 (41.41% from 255) = 82.68%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=15.75%
G=82.68%
B=1.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2010520.8100.980.59109.5196.2620.98
Hex14692510623B6e6015
Octal24151212101427315614025
Binary101001101001101010001011000101110111101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146902; }

 p { color: rgb(20,105,2); }

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

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

 a { background-color: rgb(20,105,2); }

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

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

 span { border-color: rgb(20,105,2); }

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