#11BA1D

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

Shades of Dark Pastel Green #11BA1D

Tints of Dark Pastel Green #11BA1D

Color information

#11BA1D (or 0x11BA1D) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BA and 1D. RGB value is (17,186,29). Sum of RGB (Red+Green+Blue) = 17+186+29=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA1D is #EE45E2. Grayscale: #767676. Windows color (decimal): -15615459 or 1948177. OLE color: 1948177.

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

Color convert

RGB1718629-
CMYK0.9100.840.27
HSL124.26º83.25%39.8%-
HSV(B)124.26º90.86%72.94%-
XYZ18.0135.337.03-
YUV117.5778.0156.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 186 (73.05% from 255) = 80.17%
BLUE value IS 29 (11.72% from 255) = 12.5%
R=7.33%
G=80.17%
B=12.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17186290.9100.840.27124.2683.2539.8
Hex11BA1D5B0541B7c5328
Octal212723513301243317412350
Binary1000110111010111011011011010101001101111111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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