Html Css Color HEX #147D04 Green

📋 copy color: '#147D04'

red 20 ◦ green 125 ◦ blue 4

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

Shades of Green #147D04

Tints of Green #147D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 83.89%

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

R = 13.42%
G = 83.89%
B = 2.68%

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

#147D04 (or 0x147D04) is known color: Green. HEX triplet: 14, 7D and 04. RGB value is (20,125,4). Sum of RGB (Red+Green+Blue) = 20+125+4=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 125 (49.22% from 255 or 83.89% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 125 - color contains mainly: green. Hex color #147D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147D04 is #EB82FB. Grayscale: #505050. Windows color (decimal): -15434492 or 294164. OLE color: 294164.

HSL color Cylindrical-coordinate representation of color #147D04: hue angle of 112.07º 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 #147D04 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 125 4 -
CMYK 0.84 0 0.97 0.51
HSL 112.07º 0.94% 0.25% -
HSV(B) 112.07º 0.97% 0.49% -
XYZ 7.64 14.82 2.57 -
YUV 79.81 85.21 85.34 -
System Red Green Blue C M Y K H S L
Decimal 20 125 4 0.84 0 0.97 0.51 112.07 0.94 0.25
Hex 14 7D 4 54 0 61 33 70 5E 19
Octal 24 175 4 124 0 141 63 160 136 31
Binary 10100 1111101 100 1010100 0 1100001 110011 1110000 1011110 11001

Color Harmonies of #147D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D04

Black with #147D04

Text Example


Text Example

White with #147D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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