#11A520

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

Shades of Forest Green #11A520

Tints of Forest Green #11A520

Color information

#11A520 (or 0x11A520) is unknown color: approx Forest Green. HEX triplet: 11, A5 and 20. RGB value is (17,165,32). Sum of RGB (Red+Green+Blue) = 17+165+32=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 165 (64.84% from 255 or 77.10% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 165 - color contains mainly: green. Hex color #11A520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A520 is #EE5ADF. Grayscale: #696969. Windows color (decimal): -15620832 or 2139409. OLE color: 2139409.

HSL color Cylindrical-coordinate representation of color #11A520: hue angle of 126.08º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A520 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1716532-
CMYK0.9000.810.35
HSL126.08º81.32%35.69%-
HSV(B)126.08º89.7%64.71%-
XYZ13.9527.135.87-
YUV105.5986.4764.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 165 (64.84% from 255) = 77.10%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=7.94%
G=77.10%
B=14.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17165320.9000.810.35126.0881.3235.69
Hex11A5205A051237e5124
Octal212454013201214317612144
Binary100011010010110000010110100101000110001111111101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11A520; }

 p { color: rgb(17,165,32); }

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

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

 a { background-color: rgb(17,165,32); }

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

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

 span { border-color: rgb(17,165,32); }

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