Html Css Color HEX #147705 Green

📋 copy color: '#147705'

red 20 ◦ green 119 ◦ blue 5

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

Shades of Green #147705

Tints of Green #147705

RGB

 RED value IS 20 (8.2% from 255) = 13.89%

 GREEN value IS 119 (46.88% from 255) = 82.64%

 BLUE value IS 5 (2.34% from 255) = 3.47%

R = 13.89%
G = 82.64%
B = 3.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#147705 (or 0x147705) is known color: Green. HEX triplet: 14, 77 and 05. RGB value is (20,119,5). Sum of RGB (Red+Green+Blue) = 20+119+5=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 119 (46.88% from 255 or 82.64% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 119 - color contains mainly: green. Hex color #147705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147705 is #EB88FA. Grayscale: #4C4C4C. Windows color (decimal): -15436027 or 358164. OLE color: 358164.

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

Color convert

RGB 20 119 5 -
CMYK 0.83 0 0.96 0.53
HSL 112.11º 0.92% 0.24% -
HSV(B) 112.11º 0.96% 0.47% -
XYZ 6.91 13.35 2.36 -
YUV 76.4 87.7 87.77 -
System Red Green Blue C M Y K H S L
Decimal 20 119 5 0.83 0 0.96 0.53 112.11 0.92 0.24
Hex 14 77 5 53 0 60 35 70 5C 18
Octal 24 167 5 123 0 140 65 160 134 30
Binary 10100 1110111 101 1010011 0 1100000 110101 1110000 1011100 11000

Color Harmonies of #147705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147705

Black with #147705

Text Example


Text Example

White with #147705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147705; }

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

 H1.HeaderClassName
 {
   color: #147705;
 }
 .AnyTagClassName
 {
   color: #147705;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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