#147C09

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

Shades of Green #147C09

Tints of Green #147C09

Color information

#147C09 (or 0x147C09) is unknown color: approx Green. HEX triplet: 14, 7C and 09. RGB value is (20,124,9). Sum of RGB (Red+Green+Blue) = 20+124+9=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 124 (48.83% from 255 or 81.05% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 124 - color contains mainly: green. Hex color #147C09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147C09 is #EB83F6. Grayscale: #505050. Windows color (decimal): -15434743 or 621588. OLE color: 621588.

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

Color convert

RGB201249-
CMYK0.8400.930.51
HSL114.26º86.47%26.08%-
HSV(B)114.26º92.74%48.63%-
XYZ7.5514.582.68-
YUV79.7988.0485.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 124 (48.83% from 255) = 81.05%
BLUE value IS 9 (3.91% from 255) = 5.88%
R=13.07%
G=81.05%
B=5.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2012490.8400.930.51114.2686.4726.08
Hex147C95405D3372561a
Octal241741112401356316212632
Binary10100111110010011010100010111011100111110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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