Html Css Color HEX #147E04 Green

📋 copy color: '#147E04'

red 20 ◦ green 126 ◦ blue 4

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

Shades of Green #147E04

Tints of Green #147E04

RGB

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

 GREEN value IS 126 (49.61% from 255) = 84%

 BLUE value IS 4 (1.95% from 255) = 2.67%

R = 13.33%
G = 84%
B = 2.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#147E04 (or 0x147E04) is known color: Green. HEX triplet: 14, 7E and 04. RGB value is (20,126,4). Sum of RGB (Red+Green+Blue) = 20+126+4=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 126 (49.61% from 255 or 84% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 126 - color contains mainly: green. Hex color #147E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147E04 is #EB81FB. Grayscale: #505050. Windows color (decimal): -15434236 or 294420. OLE color: 294420.

HSL color Cylindrical-coordinate representation of color #147E04: hue angle of 112.13º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #147E04 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 126 4 -
CMYK 0.84 0 0.97 0.51
HSL 112.13º 0.94% 0.25% -
HSV(B) 112.13º 0.97% 0.49% -
XYZ 7.77 15.08 2.62 -
YUV 80.4 84.88 84.92 -
System Red Green Blue C M Y K H S L
Decimal 20 126 4 0.84 0 0.97 0.51 112.13 0.94 0.25
Hex 14 7E 4 54 0 61 33 70 5E 19
Octal 24 176 4 124 0 141 63 160 136 31
Binary 10100 1111110 100 1010100 0 1100001 110011 1110000 1011110 11001

Color Harmonies of #147E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E04

Black with #147E04

Text Example


Text Example

White with #147E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,126,4); }

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

background-color css

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

 a { background-color: rgb(20,126,4); }

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

border-color css

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

 span { border-color: rgb(20,126,4); }

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