#11BA48

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

Shades of Dark Pastel Green #11BA48

Tints of Dark Pastel Green #11BA48

Color information

#11BA48 (or 0x11BA48) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BA and 48. RGB value is (17,186,72). Sum of RGB (Red+Green+Blue) = 17+186+72=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA48 is #EE45B7. Grayscale: #7A7A7A. Windows color (decimal): -15615416 or 4766225. OLE color: 4766225.

HSL color Cylindrical-coordinate representation of color #11BA48: hue angle of 139.53º 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 #11BA48 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1718672-
CMYK0.9100.610.27
HSL139.53º83.25%39.8%-
HSV(B)139.53º90.86%72.94%-
XYZ18.9635.712.02-
YUV122.4799.5152.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 186 (73.05% from 255) = 67.64%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=6.18%
G=67.64%
B=26.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17186720.9100.610.27139.5383.2539.8
Hex11BA485B03D1B8c5328
Octal212721101330753321412350
Binary100011011101010010001011011011110111011100011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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