Html Css Color HEX #016F14 Green

📋 copy color: '#016F14'

red 1 ◦ green 111 ◦ blue 20

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

Shades of Green #016F14

Tints of Green #016F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.15%

R = 0.76%
G = 84.09%
B = 15.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#016F14 (or 0x016F14) is known color: Green. HEX triplet: 01, 6F and 14. RGB value is (1,111,20). Sum of RGB (Red+Green+Blue) = 1+111+20=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 111 (43.75% from 255 or 84.09% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 111 - color contains mainly: green. Hex color #016F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F14 is #FE90EB. Grayscale: #434343. Windows color (decimal): -16683244 or 1339137. OLE color: 1339137.

HSL color Cylindrical-coordinate representation of color #016F14: hue angle of 130.36º 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 #016F14 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 111 20 -
CMYK 0.99 0 0.82 0.56
HSL 130.36º 0.98% 0.22% -
HSV(B) 130.36º 0.99% 0.44% -
XYZ 5.82 11.43 2.56 -
YUV 67.74 101.06 80.4 -
System Red Green Blue C M Y K H S L
Decimal 1 111 20 0.99 0 0.82 0.56 130.36 0.98 0.22
Hex 1 6F 14 63 0 52 38 82 62 16
Octal 1 157 24 143 0 122 70 202 142 26
Binary 1 1101111 10100 1100011 0 1010010 111000 10000010 1100010 10110

Color Harmonies of #016F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F14

Black with #016F14

Text Example


Text Example

White with #016F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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