#147C0D

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

Shades of Green #147C0D

Tints of Green #147C0D

Color information

#147C0D (or 0x147C0D) is unknown color: approx Green. HEX triplet: 14, 7C and 0D. RGB value is (20,124,13). Sum of RGB (Red+Green+Blue) = 20+124+13=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 124 (48.83% from 255 or 78.98% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 124 - color contains mainly: green. Hex color #147C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147C0D is #EB83F2. Grayscale: #505050. Windows color (decimal): -15434739 or 883732. OLE color: 883732.

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

Color convert

RGB2012413-
CMYK0.8400.900.51
HSL116.22º81.02%26.86%-
HSV(B)116.22º89.52%48.63%-
XYZ7.5714.592.8-
YUV80.2590.0485.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 124 (48.83% from 255) = 78.98%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=12.74%
G=78.98%
B=8.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20124130.8400.900.51116.2281.0226.86
Hex147CD5405A3374511b
Octal241741512401326316412133
Binary10100111110011011010100010110101100111110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,124,13); }

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

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

 a { background-color: rgb(20,124,13); }

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

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

 span { border-color: rgb(20,124,13); }

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