#11A225

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

Shades of Forest Green #11A225

Tints of Forest Green #11A225

Color information

#11A225 (or 0x11A225) is unknown color: approx Forest Green. HEX triplet: 11, A2 and 25. RGB value is (17,162,37). Sum of RGB (Red+Green+Blue) = 17+162+37=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 162 (63.67% from 255 or 75% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 162 - color contains mainly: green. Hex color #11A225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A225 is #EE5DDA. Grayscale: #686868. Windows color (decimal): -15621595 or 2466321. OLE color: 2466321.

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

Color convert

RGB1716237-
CMYK0.9000.770.36
HSL128.28º81.01%35.1%-
HSV(B)128.28º89.51%63.53%-
XYZ13.4926.096.08-
YUV104.489.9665.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 162 (63.67% from 255) = 75%
BLUE value IS 37 (14.84% from 255) = 17.13%
R=7.87%
G=75%
B=17.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17162370.9000.770.36128.2881.0135.1
Hex11A2255A04D24805123
Octal212424513201154420012143
Binary1000110100010100101101101001001101100100100000001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,162,37); }

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

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

 a { background-color: rgb(17,162,37); }

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

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

 span { border-color: rgb(17,162,37); }

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