Html Css Color HEX #147401 Green

📋 copy color: '#147401'

red 20 ◦ green 116 ◦ blue 1

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

Shades of Green #147401

Tints of Green #147401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 84.67%

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

R = 14.6%
G = 84.67%
B = 0.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#147401 (or 0x147401) is known color: Green. HEX triplet: 14, 74 and 01. RGB value is (20,116,1). Sum of RGB (Red+Green+Blue) = 20+116+1=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 116 (45.70% from 255 or 84.67% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 116 - color contains mainly: green. Hex color #147401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147401 is #EB8BFE. Grayscale: #4A4A4A. Windows color (decimal): -15436799 or 95252. OLE color: 95252.

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

Color convert

RGB 20 116 1 -
CMYK 0.83 0 0.99 0.55
HSL 110.09º 0.98% 0.23% -
HSV(B) 110.09º 0.99% 0.45% -
XYZ 6.54 12.64 2.12 -
YUV 74.19 86.7 89.35 -
System Red Green Blue C M Y K H S L
Decimal 20 116 1 0.83 0 0.99 0.55 110.09 0.98 0.23
Hex 14 74 1 53 0 63 37 6E 62 17
Octal 24 164 1 123 0 143 67 156 142 27
Binary 10100 1110100 1 1010011 0 1100011 110111 1101110 1100010 10111

Color Harmonies of #147401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147401

Black with #147401

Text Example


Text Example

White with #147401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147401; }

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

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

background-color css

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

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

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

border-color css

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

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

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