Html Css Color HEX #147709 Green

📋 copy color: '#147709'

red 20 ◦ green 119 ◦ blue 9

#147709
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #147709

Tints of Green #147709

RGB

 RED value IS 20 (8.2% 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 value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#147709 (or 0x147709) is known color: 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

RGB 20 119 9 -
CMYK 0.83 0 0.92 0.53
HSL 114º 0.86% 0.25% -
HSV(B) 114º 0.92% 0.47% -
XYZ 6.93 13.36 2.47 -
YUV 76.86 89.7 87.44 -
System Red Green Blue C M Y K H S L
Decimal 20 119 9 0.83 0 0.92 0.53 114 0.86 0.25
Hex 14 77 9 53 0 5C 35 72 56 19
Octal 24 167 11 123 0 134 65 162 126 31
Binary 10100 1110111 1001 1010011 0 1011100 110101 1110010 1010110 11001

Color Harmonies of #147709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147709

Black with #147709

Text Example


Text Example

White with #147709

Text Example


Text Example

HTML Codes & Css Web 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>