Html Css Color HEX #016E14 Green

📋 copy color: '#016E14'

red 1 ◦ green 110 ◦ blue 20

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

Shades of Green #016E14

Tints of Green #016E14

RGB

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

 GREEN value IS 110 (43.36% from 255) = 83.97%

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

R = 0.76%
G = 83.97%
B = 15.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#016E14 (or 0x016E14) is known color: Green. HEX triplet: 01, 6E and 14. RGB value is (1,110,20). Sum of RGB (Red+Green+Blue) = 1+110+20=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 110 (43.36% from 255 or 83.97% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 110 - color contains mainly: green. Hex color #016E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016E14 is #FE91EB. Grayscale: #434343. Windows color (decimal): -16683500 or 1338881. OLE color: 1338881.

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

Color convert

RGB 1 110 20 -
CMYK 0.99 0 0.82 0.57
HSL 130.46º 0.98% 0.22% -
HSV(B) 130.46º 0.99% 0.43% -
XYZ 5.71 11.21 2.52 -
YUV 67.15 101.39 80.82 -
System Red Green Blue C M Y K H S L
Decimal 1 110 20 0.99 0 0.82 0.57 130.46 0.98 0.22
Hex 1 6E 14 63 0 52 39 82 62 16
Octal 1 156 24 143 0 122 71 202 142 26
Binary 1 1101110 10100 1100011 0 1010010 111001 10000010 1100010 10110

Color Harmonies of #016E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E14

Black with #016E14

Text Example


Text Example

White with #016E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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