Html Css Color HEX #016D10 Green

📋 copy color: '#016D10'

red 1 ◦ green 109 ◦ blue 16

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

Shades of Green #016D10

Tints of Green #016D10

RGB

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

 GREEN value IS 109 (42.97% from 255) = 86.51%

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

R = 0.79%
G = 86.51%
B = 12.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#016D10 (or 0x016D10) is known color: Green. HEX triplet: 01, 6D and 10. RGB value is (1,109,16). Sum of RGB (Red+Green+Blue) = 1+109+16=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 109 (42.97% from 255 or 86.51% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 109 - color contains mainly: green. Hex color #016D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D10 is #FE92EF. Grayscale: #424242. Windows color (decimal): -16683760 or 1076481. OLE color: 1076481.

HSL color Cylindrical-coordinate representation of color #016D10: hue angle of 128.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D10 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 16 -
CMYK 0.99 0 0.85 0.57
HSL 128.33º 0.98% 0.22% -
HSV(B) 128.33º 0.99% 0.43% -
XYZ 5.57 10.98 2.32 -
YUV 66.11 99.72 81.56 -
System Red Green Blue C M Y K H S L
Decimal 1 109 16 0.99 0 0.85 0.57 128.33 0.98 0.22
Hex 1 6D 10 63 0 55 39 80 62 16
Octal 1 155 20 143 0 125 71 200 142 26
Binary 1 1101101 10000 1100011 0 1010101 111001 10000000 1100010 10110

Color Harmonies of #016D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D10

Black with #016D10

Text Example


Text Example

White with #016D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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