#11BA23

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

Shades of Dark Pastel Green #11BA23

Tints of Dark Pastel Green #11BA23

Color information

#11BA23 (or 0x11BA23) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BA and 23. RGB value is (17,186,35). Sum of RGB (Red+Green+Blue) = 17+186+35=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 186 (73.05% from 255 or 78.15% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA23 is #EE45DC. Grayscale: #767676. Windows color (decimal): -15615453 or 2341393. OLE color: 2341393.

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

Color convert

RGB1718635-
CMYK0.9100.810.27
HSL126.39º83.25%39.8%-
HSV(B)126.39º90.86%72.94%-
XYZ18.0935.367.46-
YUV118.2581.0155.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.14%
GREEN value IS 186 (73.05% from 255) = 78.15%
BLUE value IS 35 (14.06% from 255) = 14.71%
R=7.14%
G=78.15%
B=14.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17186350.9100.810.27126.3983.2539.8
Hex11BA235B0511B7e5328
Octal212724313301213317612350
Binary10001101110101000111011011010100011101111111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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