Html Css Color HEX #016F10 Green

📋 copy color: '#016F10'

red 1 ◦ green 111 ◦ blue 16

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

Shades of Green #016F10

Tints of Green #016F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 86.72%

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

R = 0.78%
G = 86.72%
B = 12.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#016F10 (or 0x016F10) is known color: Green. HEX triplet: 01, 6F and 10. RGB value is (1,111,16). Sum of RGB (Red+Green+Blue) = 1+111+16=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 111 (43.75% from 255 or 86.72% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 111 - color contains mainly: green. Hex color #016F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F10 is #FE90EF. Grayscale: #434343. Windows color (decimal): -16683248 or 1076993. OLE color: 1076993.

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

Color convert

RGB 1 111 16 -
CMYK 0.99 0 0.86 0.56
HSL 128.18º 0.98% 0.22% -
HSV(B) 128.18º 0.99% 0.44% -
XYZ 5.79 11.41 2.39 -
YUV 67.28 99.06 80.72 -
System Red Green Blue C M Y K H S L
Decimal 1 111 16 0.99 0 0.86 0.56 128.18 0.98 0.22
Hex 1 6F 10 63 0 56 38 80 62 16
Octal 1 157 20 143 0 126 70 200 142 26
Binary 1 1101111 10000 1100011 0 1010110 111000 10000000 1100010 10110

Color Harmonies of #016F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F10

Black with #016F10

Text Example


Text Example

White with #016F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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