Html Css Color HEX #146701 Green

📋 copy color: '#146701'

red 20 ◦ green 103 ◦ blue 1

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

Shades of Green #146701

Tints of Green #146701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 83.06%

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

R = 16.13%
G = 83.06%
B = 0.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#146701 (or 0x146701) is known color: Green. HEX triplet: 14, 67 and 01. RGB value is (20,103,1). Sum of RGB (Red+Green+Blue) = 20+103+1=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 103 (40.62% from 255 or 83.06% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 103 - color contains mainly: green. Hex color #146701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146701 is #EB98FE. Grayscale: #424242. Windows color (decimal): -15440127 or 91924. OLE color: 91924.

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

Color convert

RGB 20 103 1 -
CMYK 0.81 0 0.99 0.60
HSL 108.82º 0.98% 0.2% -
HSV(B) 108.82º 0.99% 0.4% -
XYZ 5.14 9.85 1.66 -
YUV 66.56 91 94.79 -
System Red Green Blue C M Y K H S L
Decimal 20 103 1 0.81 0 0.99 0.60 108.82 0.98 0.2
Hex 14 67 1 51 0 63 3C 6D 62 14
Octal 24 147 1 121 0 143 74 155 142 24
Binary 10100 1100111 1 1010001 0 1100011 111100 1101101 1100010 10100

Color Harmonies of #146701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146701

Black with #146701

Text Example


Text Example

White with #146701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146701; }

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

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

background-color css

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

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

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

border-color css

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

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

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