Html Css Color HEX #147C11 Green

📋 copy color: '#147C11'

red 20 ◦ green 124 ◦ blue 17

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

Shades of Green #147C11

Tints of Green #147C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.56%

R = 12.42%
G = 77.02%
B = 10.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#147C11 (or 0x147C11) is known color: Green. HEX triplet: 14, 7C and 11. RGB value is (20,124,17). Sum of RGB (Red+Green+Blue) = 20+124+17=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 124 (48.83% from 255 or 77.02% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 124 - color contains mainly: green. Hex color #147C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147C11 is #EB83EE. Grayscale: #515151. Windows color (decimal): -15434735 or 1145876. OLE color: 1145876.

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

Color convert

RGB 20 124 17 -
CMYK 0.84 0 0.86 0.51
HSL 118.32º 0.76% 0.28% -
HSV(B) 118.32º 0.86% 0.49% -
XYZ 7.6 14.6 2.95 -
YUV 80.71 92.04 84.7 -
System Red Green Blue C M Y K H S L
Decimal 20 124 17 0.84 0 0.86 0.51 118.32 0.76 0.28
Hex 14 7C 11 54 0 56 33 76 4C 1C
Octal 24 174 21 124 0 126 63 166 114 34
Binary 10100 1111100 10001 1010100 0 1010110 110011 1110110 1001100 11100

Color Harmonies of #147C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C11

Black with #147C11

Text Example


Text Example

White with #147C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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