#118204

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

Shades of Green #118204

Tints of Green #118204

Color information

#118204 (or 0x118204) is unknown color: approx Green. HEX triplet: 11, 82 and 04. RGB value is (17,130,4). Sum of RGB (Red+Green+Blue) = 17+130+4=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 130 (51.17% from 255 or 86.09% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 130 - color contains mainly: green. Hex color #118204 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118204 is #EE7DFB. Grayscale: #525252. Windows color (decimal): -15629820 or 295441. OLE color: 295441.

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

Color convert

RGB171304-
CMYK0.8700.970.49
HSL113.81º94.03%26.27%-
HSV(B)113.81º96.92%50.98%-
XYZ8.2416.092.79-
YUV81.8584.0681.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 130 (51.17% from 255) = 86.09%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=11.26%
G=86.09%
B=2.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1713040.8700.970.49113.8194.0326.27
Hex118245706131725e1a
Octal21202412701416116213632
Binary10001100000101001010111011000011100011110010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118204; }

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

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

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

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

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

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

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

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