Html Css Color HEX #016300 Green

📋 copy color: '#016300'

red 1 ◦ green 99 ◦ blue 0

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

Shades of Green #016300

Tints of Green #016300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 99%

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

R = 1%
G = 99%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#016300 (or 0x016300) is known color: Green. HEX triplet: 01, 63 and 00. RGB value is (1,99,0). Sum of RGB (Red+Green+Blue) = 1+99+0=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 99 (39.06% from 255 or 99% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 99 - color contains mainly: green. Hex color #016300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016300 is #FE9CFF. Grayscale: #3A3A3A. Windows color (decimal): -16686336 or 25345. OLE color: 25345.

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

Color convert

RGB 1 99 0 -
CMYK 0.99 0 1 0.61
HSL 119.39º 1% 0.19% -
HSV(B) 119.39º 1% 0.39% -
XYZ 4.47 8.93 1.49 -
YUV 58.41 95.03 87.05 -
System Red Green Blue C M Y K H S L
Decimal 1 99 0 0.99 0 1 0.61 119.39 1 0.19
Hex 1 63 0 63 0 64 3D 77 64 13
Octal 1 143 0 143 0 144 75 167 144 23
Binary 1 1100011 0 1100011 0 1100100 111101 1110111 1100100 10011

Color Harmonies of #016300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016300

Black with #016300

Text Example


Text Example

White with #016300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016300; }

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

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

background-color css

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

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

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

border-color css

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

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

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