Html Css Color HEX #016100 Green

📋 copy color: '#016100'

red 1 ◦ green 97 ◦ blue 0

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

Shades of Green #016100

Tints of Green #016100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 98.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.02%
G = 98.98%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#016100 (or 0x016100) is known color: Green. HEX triplet: 01, 61 and 00. RGB value is (1,97,0). Sum of RGB (Red+Green+Blue) = 1+97+0=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 97 (38.28% from 255 or 98.98% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 97 - color contains mainly: green. Hex color #016100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016100 is #FE9EFF. Grayscale: #393939. Windows color (decimal): -16686848 or 24833. OLE color: 24833.

HSL color Cylindrical-coordinate representation of color #016100: hue angle of 119.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016100 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 97 0 -
CMYK 0.99 0 1 0.62
HSL 119.38º 1% 0.19% -
HSV(B) 119.38º 1% 0.38% -
XYZ 4.29 8.56 1.43 -
YUV 57.24 95.7 87.89 -
System Red Green Blue C M Y K H S L
Decimal 1 97 0 0.99 0 1 0.62 119.38 1 0.19
Hex 1 61 0 63 0 64 3E 77 64 13
Octal 1 141 0 143 0 144 76 167 144 23
Binary 1 1100001 0 1100011 0 1100100 111110 1110111 1100100 10011

Color Harmonies of #016100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016100

Black with #016100

Text Example


Text Example

White with #016100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016100; }

 p { color: rgb(1,97,0); }

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

background-color css

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

 a { background-color: rgb(1,97,0); }

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

border-color css

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

 span { border-color: rgb(1,97,0); }

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