Html Css Color HEX #147C0F Green

📋 copy color: '#147C0F'

red 20 ◦ green 124 ◦ blue 15

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

Shades of Green #147C0F

Tints of Green #147C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 12.58%
G = 77.99%
B = 9.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#147C0F (or 0x147C0F) is known color: Green. HEX triplet: 14, 7C and 0F. RGB value is (20,124,15). Sum of RGB (Red+Green+Blue) = 20+124+15=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 124 (48.83% from 255 or 77.99% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 124 - color contains mainly: green. Hex color #147C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147C0F is #EB83F0. Grayscale: #505050. Windows color (decimal): -15434737 or 1014804. OLE color: 1014804.

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

Color convert

RGB 20 124 15 -
CMYK 0.84 0 0.88 0.51
HSL 117.25º 0.78% 0.27% -
HSV(B) 117.25º 0.88% 0.49% -
XYZ 7.58 14.6 2.87 -
YUV 80.48 91.04 84.86 -
System Red Green Blue C M Y K H S L
Decimal 20 124 15 0.84 0 0.88 0.51 117.25 0.78 0.27
Hex 14 7C F 54 0 58 33 75 4E 1B
Octal 24 174 17 124 0 130 63 165 116 33
Binary 10100 1111100 1111 1010100 0 1011000 110011 1110101 1001110 11011

Color Harmonies of #147C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C0F

Black with #147C0F

Text Example


Text Example

White with #147C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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