#147E04

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

Shades of Green #147E04

Tints of Green #147E04

Color information

#147E04 (or 0x147E04) is unknown color: approx Green. HEX triplet: 14, 7E and 04. RGB value is (20,126,4). Sum of RGB (Red+Green+Blue) = 20+126+4=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 126 (49.61% from 255 or 84% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 126 - color contains mainly: green. Hex color #147E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147E04 is #EB81FB. Grayscale: #505050. Windows color (decimal): -15434236 or 294420. OLE color: 294420.

HSL color Cylindrical-coordinate representation of color #147E04: hue angle of 112.13º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #147E04 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB201264-
CMYK0.8400.970.51
HSL112.13º93.85%25.49%-
HSV(B)112.13º96.83%49.41%-
XYZ7.7715.082.62-
YUV80.484.8884.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 126 (49.61% from 255) = 84%
BLUE value IS 4 (1.95% from 255) = 2.67%
R=13.33%
G=84%
B=2.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2012640.8400.970.51112.1393.8525.49
Hex147E45406133705e19
Octal24176412401416316013631
Binary1010011111101001010100011000011100111110000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147E04; }

 p { color: rgb(20,126,4); }

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

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

 a { background-color: rgb(20,126,4); }

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

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

 span { border-color: rgb(20,126,4); }

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