Html Css Color HEX #016310 Green

📋 copy color: '#016310'

red 1 ◦ green 99 ◦ blue 16

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

Shades of Green #016310

Tints of Green #016310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.79%

R = 0.86%
G = 85.34%
B = 13.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#016310 (or 0x016310) is known color: Green. HEX triplet: 01, 63 and 10. RGB value is (1,99,16). Sum of RGB (Red+Green+Blue) = 1+99+16=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 99 (39.06% from 255 or 85.34% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 99 - color contains mainly: green. Hex color #016310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016310 is #FE9CEF. Grayscale: #3C3C3C. Windows color (decimal): -16686320 or 1073921. OLE color: 1073921.

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

Color convert

RGB 1 99 16 -
CMYK 0.99 0 0.84 0.61
HSL 129.18º 0.98% 0.2% -
HSV(B) 129.18º 0.99% 0.39% -
XYZ 4.57 8.97 1.98 -
YUV 60.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 1 99 16 0.99 0 0.84 0.61 129.18 0.98 0.2
Hex 1 63 10 63 0 54 3D 81 62 14
Octal 1 143 20 143 0 124 75 201 142 24
Binary 1 1100011 10000 1100011 0 1010100 111101 10000001 1100010 10100

Color Harmonies of #016310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016310

Black with #016310

Text Example


Text Example

White with #016310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016310; }

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

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

background-color css

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

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

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

border-color css

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

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

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