#11BA49

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

Shades of Dark Pastel Green #11BA49

Tints of Dark Pastel Green #11BA49

Color information

#11BA49 (or 0x11BA49) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BA and 49. RGB value is (17,186,73). Sum of RGB (Red+Green+Blue) = 17+186+73=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA49 is #EE45B6. Grayscale: #7A7A7A. Windows color (decimal): -15615415 or 4831761. OLE color: 4831761.

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

Color convert

RGB1718673-
CMYK0.9100.610.27
HSL139.88º83.25%39.8%-
HSV(B)139.88º90.86%72.94%-
XYZ18.9935.7212.2-
YUV122.59100.0152.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 186 (73.05% from 255) = 67.39%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=6.16%
G=67.39%
B=26.45%

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
Decimal17186730.9100.610.27139.8883.2539.8
Hex11BA495B03D1B8c5328
Octal212721111330753321412350
Binary100011011101010010011011011011110111011100011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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