#147802

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

Shades of Green #147802

Tints of Green #147802

Color information

#147802 (or 0x147802) is unknown color: approx Green. HEX triplet: 14, 78 and 02. RGB value is (20,120,2). Sum of RGB (Red+Green+Blue) = 20+120+2=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 120 (47.27% from 255 or 84.51% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 120 - color contains mainly: green. Hex color #147802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147802 is #EB87FD. Grayscale: #4D4D4D. Windows color (decimal): -15435774 or 161812. OLE color: 161812.

HSL color Cylindrical-coordinate representation of color #147802: hue angle of 110.85º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147802 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB201202-
CMYK0.8300.980.53
HSL110.85º96.72%23.92%-
HSV(B)110.85º98.33%47.06%-
XYZ7.0213.592.31-
YUV76.6585.8787.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 120 (47.27% from 255) = 84.51%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=14.08%
G=84.51%
B=1.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2012020.8300.980.53110.8596.7223.92
Hex1478253062356f6118
Octal24170212301426515714130
Binary101001111000101010011011000101101011101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147802; }

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

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

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

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

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

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

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

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