Html Css Color HEX #116E00 Green

📋 copy color: '#116E00'

red 17 ◦ green 110 ◦ blue 0

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

Shades of Green #116E00

Tints of Green #116E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.39%
G = 86.61%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#116E00 (or 0x116E00) is known color: Green. HEX triplet: 11, 6E and 00. RGB value is (17,110,0). Sum of RGB (Red+Green+Blue) = 17+110+0=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 110 (43.36% from 255 or 86.61% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 110 - color contains mainly: green. Hex color #116E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E00 is #EE91FF. Grayscale: #454545. Windows color (decimal): -15634944 or 28177. OLE color: 28177.

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

Color convert

RGB 17 110 0 -
CMYK 0.85 0 1 0.57
HSL 110.73º 1% 0.22% -
HSV(B) 110.73º 1% 0.43% -
XYZ 5.81 11.27 1.87 -
YUV 69.65 88.69 90.44 -
System Red Green Blue C M Y K H S L
Decimal 17 110 0 0.85 0 1 0.57 110.73 1 0.22
Hex 11 6E 0 55 0 64 39 6F 64 16
Octal 21 156 0 125 0 144 71 157 144 26
Binary 10001 1101110 0 1010101 0 1100100 111001 1101111 1100100 10110

Color Harmonies of #116E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E00

Black with #116E00

Text Example


Text Example

White with #116E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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