#11BA44

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

Shades of Dark Pastel Green #11BA44

Tints of Dark Pastel Green #11BA44

Color information

#11BA44 (or 0x11BA44) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BA and 44. RGB value is (17,186,68). Sum of RGB (Red+Green+Blue) = 17+186+68=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 186 (73.05% from 255 or 68.63% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA44 is #EE45BB. Grayscale: #7A7A7A. Windows color (decimal): -15615420 or 4504081. OLE color: 4504081.

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

Color convert

RGB1718668-
CMYK0.9100.630.27
HSL138.11º83.25%39.8%-
HSV(B)138.11º90.86%72.94%-
XYZ18.8335.6511.36-
YUV122.0297.5153.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.27%
GREEN value IS 186 (73.05% from 255) = 68.63%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=6.27%
G=68.63%
B=25.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17186680.9100.630.27138.1183.2539.8
Hex11BA445B03F1B8a5328
Octal212721041330773321212350
Binary100011011101010001001011011011111111011100010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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