#147401

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

Shades of Green #147401

Tints of Green #147401

Color information

#147401 (or 0x147401) is unknown color: approx Green. HEX triplet: 14, 74 and 01. RGB value is (20,116,1). Sum of RGB (Red+Green+Blue) = 20+116+1=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 116 (45.70% from 255 or 84.67% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 116 - color contains mainly: green. Hex color #147401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147401 is #EB8BFE. Grayscale: #4A4A4A. Windows color (decimal): -15436799 or 95252. OLE color: 95252.

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

Color convert

RGB201161-
CMYK0.8300.990.55
HSL110.09º98.29%22.94%-
HSV(B)110.09º99.14%45.49%-
XYZ6.5412.642.12-
YUV74.1986.789.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 116 (45.70% from 255) = 84.67%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=14.60%
G=84.67%
B=0.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2011610.8300.990.55110.0998.2922.94
Hex1474153063376e6217
Octal24164112301436715614227
Binary10100111010011010011011000111101111101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147401; }

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

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

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

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

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

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

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

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