Html Css Color HEX #147C0D Green

📋 copy color: '#147C0D'

red 20 ◦ green 124 ◦ blue 13

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

Shades of Green #147C0D

Tints of Green #147C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.28%

R = 12.74%
G = 78.98%
B = 8.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#147C0D (or 0x147C0D) is known color: Green. HEX triplet: 14, 7C and 0D. RGB value is (20,124,13). Sum of RGB (Red+Green+Blue) = 20+124+13=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 124 (48.83% from 255 or 78.98% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 124 - color contains mainly: green. Hex color #147C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147C0D is #EB83F2. Grayscale: #505050. Windows color (decimal): -15434739 or 883732. OLE color: 883732.

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

Color convert

RGB 20 124 13 -
CMYK 0.84 0 0.90 0.51
HSL 116.22º 0.81% 0.27% -
HSV(B) 116.22º 0.9% 0.49% -
XYZ 7.57 14.59 2.8 -
YUV 80.25 90.04 85.03 -
System Red Green Blue C M Y K H S L
Decimal 20 124 13 0.84 0 0.90 0.51 116.22 0.81 0.27
Hex 14 7C D 54 0 5A 33 74 51 1B
Octal 24 174 15 124 0 132 63 164 121 33
Binary 10100 1111100 1101 1010100 0 1011010 110011 1110100 1010001 11011

Color Harmonies of #147C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C0D

Black with #147C0D

Text Example


Text Example

White with #147C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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