#147709

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

Shades of Green #147709

Tints of Green #147709

Color information

#147709 (or 0x147709) is unknown color: approx Green. HEX triplet: 14, 77 and 09. RGB value is (20,119,9). Sum of RGB (Red+Green+Blue) = 20+119+9=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 119 (46.88% from 255 or 80.41% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 119 - color contains mainly: green. Hex color #147709 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147709 is #EB88F6. Grayscale: #4D4D4D. Windows color (decimal): -15436023 or 620308. OLE color: 620308.

HSL color Cylindrical-coordinate representation of color #147709: hue angle of 114º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #147709 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB201199-
CMYK0.8300.920.53
HSL114º85.94%25.1%-
HSV(B)114º92.44%46.67%-
XYZ6.9313.362.47-
YUV76.8689.787.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 119 (46.88% from 255) = 80.41%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=13.51%
G=80.41%
B=6.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2011990.8300.920.5311485.9425.1
Hex147795305C35725619
Octal241671112301346516212631
Binary10100111011110011010011010111001101011110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147709; }

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

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

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

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

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

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

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

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