Html Css Color HEX #147C05 Green

📋 copy color: '#147C05'

red 20 ◦ green 124 ◦ blue 5

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

Shades of Green #147C05

Tints of Green #147C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 83.22%

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

R = 13.42%
G = 83.22%
B = 3.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#147C05 (or 0x147C05) is known color: Green. HEX triplet: 14, 7C and 05. RGB value is (20,124,5). Sum of RGB (Red+Green+Blue) = 20+124+5=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 124 (48.83% from 255 or 83.22% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 124 - color contains mainly: green. Hex color #147C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147C05 is #EB83FA. Grayscale: #4F4F4F. Windows color (decimal): -15434747 or 359444. OLE color: 359444.

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

Color convert

RGB 20 124 5 -
CMYK 0.84 0 0.96 0.51
HSL 112.44º 0.92% 0.25% -
HSV(B) 112.44º 0.96% 0.49% -
XYZ 7.52 14.57 2.56 -
YUV 79.34 86.04 85.68 -
System Red Green Blue C M Y K H S L
Decimal 20 124 5 0.84 0 0.96 0.51 112.44 0.92 0.25
Hex 14 7C 5 54 0 60 33 70 5C 19
Octal 24 174 5 124 0 140 63 160 134 31
Binary 10100 1111100 101 1010100 0 1100000 110011 1110000 1011100 11001

Color Harmonies of #147C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C05

Black with #147C05

Text Example


Text Example

White with #147C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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