#11BC02

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

Shades of Islamic Green #11BC02

Tints of Islamic Green #11BC02

Color information

#11BC02 (or 0x11BC02) is unknown color: approx Islamic Green. HEX triplet: 11, BC and 02. RGB value is (17,188,2). Sum of RGB (Red+Green+Blue) = 17+188+2=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 188 (73.83% from 255 or 90.82% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BC02 is #EE43FD. Grayscale: #747474. Windows color (decimal): -15614974 or 179217. OLE color: 179217.

HSL color Cylindrical-coordinate representation of color #11BC02: hue angle of 115.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11BC02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB171882-
CMYK0.9100.990.26
HSL115.16º97.89%37.25%-
HSV(B)115.16º98.94%73.73%-
XYZ18.2336.096.06-
YUV115.6763.8557.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 188 (73.83% from 255) = 90.82%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=8.21%
G=90.82%
B=0.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1718820.9100.990.26115.1697.8937.25
Hex11BC25B0631A736225
Octal21274213301433216314245
Binary1000110111100101011011011000111101011100111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,188,2); }

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

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

 a { background-color: rgb(17,188,2); }

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

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

 span { border-color: rgb(17,188,2); }

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