#11BA20

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

Shades of Dark Pastel Green #11BA20

Tints of Dark Pastel Green #11BA20

Color information

#11BA20 (or 0x11BA20) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BA and 20. RGB value is (17,186,32). Sum of RGB (Red+Green+Blue) = 17+186+32=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA20 is #EE45DF. Grayscale: #767676. Windows color (decimal): -15615456 or 2144785. OLE color: 2144785.

HSL color Cylindrical-coordinate representation of color #11BA20: hue angle of 125.33º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA20 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB1718632-
CMYK0.9100.830.27
HSL125.33º83.25%39.8%-
HSV(B)125.33º90.86%72.94%-
XYZ18.0535.347.24-
YUV117.9179.5156.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 186 (73.05% from 255) = 79.15%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=7.23%
G=79.15%
B=13.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17186320.9100.830.27125.3383.2539.8
Hex11BA205B0531B7d5328
Octal212724013301233317512350
Binary10001101110101000001011011010100111101111111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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