Html Css Color HEX #147F00 Green

📋 copy color: '#147F00'

red 20 ◦ green 127 ◦ blue 0

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

Shades of Green #147F00

Tints of Green #147F00

RGB

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

 GREEN value IS 127 (50% from 255) = 86.39%

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

R = 13.61%
G = 86.39%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#147F00 (or 0x147F00) is known color: Green. HEX triplet: 14, 7F and 00. RGB value is (20,127,0). Sum of RGB (Red+Green+Blue) = 20+127+0=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 127 (50% from 255 or 86.39% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 127 - color contains mainly: green. Hex color #147F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F00 is #EB80FF. Grayscale: #505050. Windows color (decimal): -15433984 or 32532. OLE color: 32532.

HSL color Cylindrical-coordinate representation of color #147F00: hue angle of 110.55º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #147F00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 127 0 -
CMYK 0.84 0 1 0.50
HSL 110.55º 1% 0.25% -
HSV(B) 110.55º 1% 0.5% -
XYZ 7.88 15.33 2.54 -
YUV 80.53 82.55 84.83 -
System Red Green Blue C M Y K H S L
Decimal 20 127 0 0.84 0 1 0.50 110.55 1 0.25
Hex 14 7F 0 54 0 64 32 6F 64 19
Octal 24 177 0 124 0 144 62 157 144 31
Binary 10100 1111111 0 1010100 0 1100100 110010 1101111 1100100 11001

Color Harmonies of #147F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F00

Black with #147F00

Text Example


Text Example

White with #147F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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