Html Css Color HEX #146401 Green

📋 copy color: '#146401'

red 20 ◦ green 100 ◦ blue 1

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

Shades of Green #146401

Tints of Green #146401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 82.64%

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

R = 16.53%
G = 82.64%
B = 0.83%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#146401 (or 0x146401) is known color: Green. HEX triplet: 14, 64 and 01. RGB value is (20,100,1). Sum of RGB (Red+Green+Blue) = 20+100+1=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 100 (39.45% from 255 or 82.64% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 100 - color contains mainly: green. Hex color #146401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146401 is #EB9BFE. Grayscale: #414141. Windows color (decimal): -15440895 or 91156. OLE color: 91156.

HSL color Cylindrical-coordinate representation of color #146401: hue angle of 108.48º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #146401 is Cyan = 0.8, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 100 1 -
CMYK 0.8 0 0.99 0.61
HSL 108.48º 0.98% 0.2% -
HSV(B) 108.48º 0.99% 0.39% -
XYZ 4.85 9.27 1.56 -
YUV 64.79 92 96.05 -
System Red Green Blue C M Y K H S L
Decimal 20 100 1 0.8 0 0.99 0.61 108.48 0.98 0.2
Hex 14 64 1 50 0 63 3D 6C 62 14
Octal 24 144 1 120 0 143 75 154 142 24
Binary 10100 1100100 1 1010000 0 1100011 111101 1101100 1100010 10100

Color Harmonies of #146401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146401

Black with #146401

Text Example


Text Example

White with #146401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146401; }

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

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

background-color css

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

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

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

border-color css

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

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

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