#11ba26

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

Shades of Dark Pastel Green #11BA26

Tints of Dark Pastel Green #11BA26

Color information

#11BA26 (or 0x11BA26) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BA and 26. RGB value is (17,186,38). Sum of RGB (Red+Green+Blue) = 17+186+38=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA26 is #EE45D9. Grayscale: #777777. Windows color (decimal): -15615450 or 2538001. OLE color: 2538001.

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

Color convert

RGB1718638-
CMYK0.9100.800.27
HSL127.46º83.25%39.8%-
HSV(B)127.46º90.86%72.94%-
XYZ18.1435.387.71-
YUV118.682.5155.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 186 (73.05% from 255) = 77.18%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=7.05%
G=77.18%
B=15.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17186380.9100.800.27127.4683.2539.8
Hex11BA265B0501B7f5328
Octal212724613301203317712350
Binary10001101110101001101011011010100001101111111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11ba26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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