#118200

Color #118200 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #118200

Tints of Green #118200

Color information

#118200 (or 0x118200) is unknown color: approx Green. HEX triplet: 11, 82 and 00. RGB value is (17,130,0). Sum of RGB (Red+Green+Blue) = 17+130+0=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 130 (51.17% from 255 or 88.44% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 130 - color contains mainly: green. Hex color #118200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118200 is #EE7DFF. Grayscale: #515151. Windows color (decimal): -15629824 or 33297. OLE color: 33297.

HSL color Cylindrical-coordinate representation of color #118200: hue angle of 112.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #118200 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB171300-
CMYK0.87010.49
HSL112.15º100%25.49%-
HSV(B)112.15º100%50.98%-
XYZ8.2116.082.67-
YUV81.3982.0682.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 130 (51.17% from 255) = 88.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.56%
G=88.44%
B=0%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1713000.87010.49112.1510025.49
Hex118205706431706419
Octal21202012701446116014431
Binary100011000001001010111011001001100011110000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118200; }

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

 H1.HeaderClassName
 {
   color: #118200;
 }
 .AnyTagClassName
 {
   color: #118200;
 }
</style>
background-color css

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

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

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

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

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

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