Html Css Color HEX #116E0E Green

📋 copy color: '#116E0E'

red 17 ◦ green 110 ◦ blue 14

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

Shades of Green #116E0E

Tints of Green #116E0E

RGB

 RED value IS 17 (7.03% from 255) = 12.06%

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

 BLUE value IS 14 (5.86% from 255) = 9.93%

R = 12.06%
G = 78.01%
B = 9.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#116E0E (or 0x116E0E) is known color: Green. HEX triplet: 11, 6E and 0E. RGB value is (17,110,14). Sum of RGB (Red+Green+Blue) = 17+110+14=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 110 (43.36% from 255 or 78.01% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 110 - color contains mainly: green. Hex color #116E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E0E is #EE91F1. Grayscale: #474747. Windows color (decimal): -15634930 or 945681. OLE color: 945681.

HSL color Cylindrical-coordinate representation of color #116E0E: hue angle of 118.12º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116E0E is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 110 14 -
CMYK 0.85 0 0.87 0.57
HSL 118.13º 0.77% 0.24% -
HSV(B) 118.13º 0.87% 0.43% -
XYZ 5.89 11.3 2.29 -
YUV 71.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 17 110 14 0.85 0 0.87 0.57 118.13 0.77 0.24
Hex 11 6E E 55 0 57 39 76 4D 18
Octal 21 156 16 125 0 127 71 166 115 30
Binary 10001 1101110 1110 1010101 0 1010111 111001 1110110 1001101 11000

Color Harmonies of #116E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E0E

Black with #116E0E

Text Example


Text Example

White with #116E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116E0E; }

 p { color: rgb(17,110,14); }

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

background-color css

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

 a { background-color: rgb(17,110,14); }

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

border-color css

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

 span { border-color: rgb(17,110,14); }

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