Html Css Color HEX #116200 Green

📋 copy color: '#116200'

red 17 ◦ green 98 ◦ blue 0

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

Shades of Green #116200

Tints of Green #116200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 85.22%

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

R = 14.78%
G = 85.22%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#116200 (or 0x116200) is known color: Green. HEX triplet: 11, 62 and 00. RGB value is (17,98,0). Sum of RGB (Red+Green+Blue) = 17+98+0=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 98 (38.67% from 255 or 85.22% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 98 - color contains mainly: green. Hex color #116200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116200 is #EE9DFF. Grayscale: #3E3E3E. Windows color (decimal): -15638016 or 25105. OLE color: 25105.

HSL color Cylindrical-coordinate representation of color #116200: hue angle of 109.59º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #116200 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 98 0 -
CMYK 0.83 0 1 0.62
HSL 109.59º 1% 0.19% -
HSV(B) 109.59º 1% 0.38% -
XYZ 4.6 8.85 1.47 -
YUV 62.61 92.66 95.47 -
System Red Green Blue C M Y K H S L
Decimal 17 98 0 0.83 0 1 0.62 109.59 1 0.19
Hex 11 62 0 53 0 64 3E 6E 64 13
Octal 21 142 0 123 0 144 76 156 144 23
Binary 10001 1100010 0 1010011 0 1100100 111110 1101110 1100100 10011

Color Harmonies of #116200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116200

Black with #116200

Text Example


Text Example

White with #116200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116200; }

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

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

background-color css

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

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

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

border-color css

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

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

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