Html Css Color HEX #147400 Green

📋 copy color: '#147400'

red 20 ◦ green 116 ◦ blue 0

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

Shades of Green #147400

Tints of Green #147400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 85.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.71%
G = 85.29%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#147400 (or 0x147400) is known color: Green. HEX triplet: 14, 74 and 00. RGB value is (20,116,0). Sum of RGB (Red+Green+Blue) = 20+116+0=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 116 (45.70% from 255 or 85.29% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 116 - color contains mainly: green. Hex color #147400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147400 is #EB8BFF. Grayscale: #4A4A4A. Windows color (decimal): -15436800 or 29716. OLE color: 29716.

HSL color Cylindrical-coordinate representation of color #147400: hue angle of 109.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #147400 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 0 -
CMYK 0.83 0 1 0.55
HSL 109.66º 1% 0.23% -
HSV(B) 109.66º 1% 0.45% -
XYZ 6.53 12.64 2.1 -
YUV 74.07 86.2 89.43 -
System Red Green Blue C M Y K H S L
Decimal 20 116 0 0.83 0 1 0.55 109.66 1 0.23
Hex 14 74 0 53 0 64 37 6E 64 17
Octal 24 164 0 123 0 144 67 156 144 27
Binary 10100 1110100 0 1010011 0 1100100 110111 1101110 1100100 10111

Color Harmonies of #147400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147400

Black with #147400

Text Example


Text Example

White with #147400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147400; }

 p { color: rgb(20,116,0); }

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

background-color css

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

 a { background-color: rgb(20,116,0); }

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

border-color css

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

 span { border-color: rgb(20,116,0); }

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