#147801

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

Shades of Green #147801

Tints of Green #147801

Color information

#147801 (or 0x147801) is unknown color: approx Green. HEX triplet: 14, 78 and 01. RGB value is (20,120,1). Sum of RGB (Red+Green+Blue) = 20+120+1=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 120 (47.27% from 255 or 85.11% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 120 - color contains mainly: green. Hex color #147801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147801 is #EB87FE. Grayscale: #4C4C4C. Windows color (decimal): -15435775 or 96276. OLE color: 96276.

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

Color convert

RGB201201-
CMYK0.8300.990.53
HSL110.42º98.35%23.73%-
HSV(B)110.42º99.17%47.06%-
XYZ7.0113.582.28-
YUV76.5385.3787.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 120 (47.27% from 255) = 85.11%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=14.18%
G=85.11%
B=0.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2012010.8300.990.53110.4298.3523.73
Hex1478153063356e6218
Octal24170112301436515614230
Binary10100111100011010011011000111101011101110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147801; }

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

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

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

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

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

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

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

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