Html Css Color HEX #147601 Green

📋 copy color: '#147601'

red 20 ◦ green 118 ◦ blue 1

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

Shades of Green #147601

Tints of Green #147601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 84.89%

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 14.39%
G = 84.89%
B = 0.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#147601 (or 0x147601) is known color: Green. HEX triplet: 14, 76 and 01. RGB value is (20,118,1). Sum of RGB (Red+Green+Blue) = 20+118+1=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 118 (46.48% from 255 or 84.89% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 118 - color contains mainly: green. Hex color #147601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147601 is #EB89FE. Grayscale: #4B4B4B. Windows color (decimal): -15436287 or 95764. OLE color: 95764.

HSL color Cylindrical-coordinate representation of color #147601: hue angle of 110.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #147601 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 118 1 -
CMYK 0.83 0 0.99 0.54
HSL 110.26º 0.98% 0.23% -
HSV(B) 110.26º 0.99% 0.46% -
XYZ 6.77 13.11 2.2 -
YUV 75.36 86.03 88.51 -
System Red Green Blue C M Y K H S L
Decimal 20 118 1 0.83 0 0.99 0.54 110.26 0.98 0.23
Hex 14 76 1 53 0 63 36 6E 62 17
Octal 24 166 1 123 0 143 66 156 142 27
Binary 10100 1110110 1 1010011 0 1100011 110110 1101110 1100010 10111

Color Harmonies of #147601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147601

Black with #147601

Text Example


Text Example

White with #147601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147601; }

 p { color: rgb(20,118,1); }

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

background-color css

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

 a { background-color: rgb(20,118,1); }

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

border-color css

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

 span { border-color: rgb(20,118,1); }

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