#147E0E

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

Shades of Green #147E0E

Tints of Green #147E0E

Color information

#147E0E (or 0x147E0E) is unknown color: approx Green. HEX triplet: 14, 7E and 0E. RGB value is (20,126,14). Sum of RGB (Red+Green+Blue) = 20+126+14=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 126 (49.61% from 255 or 78.75% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 126 - color contains mainly: green. Hex color #147E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147E0E is #EB81F1. Grayscale: #515151. Windows color (decimal): -15434226 or 949780. OLE color: 949780.

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

Color convert

RGB2012614-
CMYK0.8400.890.51
HSL116.79º80%27.45%-
HSV(B)116.79º88.89%49.41%-
XYZ7.8315.12.92-
YUV81.5489.8884.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 126 (49.61% from 255) = 78.75%
BLUE value IS 14 (5.86% from 255) = 8.75%
R=12.5%
G=78.75%
B=8.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20126140.8400.890.51116.798027.45
Hex147EE540593375501b
Octal241761612401316316512033
Binary10100111111011101010100010110011100111110101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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