Html Css Color HEX #01640E Green

📋 copy color: '#01640E'

red 1 ◦ green 100 ◦ blue 14

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

Shades of Green #01640E

Tints of Green #01640E

RGB

 RED value IS 1 (0.78% from 255) = 0.87%

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

 BLUE value IS 14 (5.86% from 255) = 12.17%

R = 0.87%
G = 86.96%
B = 12.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#01640E (or 0x01640E) is known color: Green. HEX triplet: 01, 64 and 0E. RGB value is (1,100,14). Sum of RGB (Red+Green+Blue) = 1+100+14=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 100 (39.45% from 255 or 86.96% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 100 - color contains mainly: green. Hex color #01640E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01640E is #FE9BF1. Grayscale: #3C3C3C. Windows color (decimal): -16686066 or 943105. OLE color: 943105.

HSL color Cylindrical-coordinate representation of color #01640E: hue angle of 127.88º 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 #01640E is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 100 14 -
CMYK 0.99 0 0.86 0.61
HSL 127.88º 0.98% 0.2% -
HSV(B) 127.88º 0.99% 0.39% -
XYZ 4.65 9.15 1.94 -
YUV 60.6 101.7 85.49 -
System Red Green Blue C M Y K H S L
Decimal 1 100 14 0.99 0 0.86 0.61 127.88 0.98 0.2
Hex 1 64 E 63 0 56 3D 80 62 14
Octal 1 144 16 143 0 126 75 200 142 24
Binary 1 1100100 1110 1100011 0 1010110 111101 10000000 1100010 10100

Color Harmonies of #01640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01640E

Black with #01640E

Text Example


Text Example

White with #01640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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