#11BC03

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

Shades of Islamic Green #11BC03

Tints of Islamic Green #11BC03

Color information

#11BC03 (or 0x11BC03) is unknown color: approx Islamic Green. HEX triplet: 11, BC and 03. RGB value is (17,188,3). Sum of RGB (Red+Green+Blue) = 17+188+3=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 188 (73.83% from 255 or 90.38% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BC03 is #EE43FC. Grayscale: #747474. Windows color (decimal): -15614973 or 244753. OLE color: 244753.

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

Color convert

RGB171883-
CMYK0.9100.980.26
HSL115.46º96.86%37.45%-
HSV(B)115.46º98.4%73.73%-
XYZ18.2336.096.09-
YUV115.7864.3557.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 188 (73.83% from 255) = 90.38%
BLUE value IS 3 (1.56% from 255) = 1.44%
R=8.17%
G=90.38%
B=1.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1718830.9100.980.26115.4696.8637.45
Hex11BC35B0621A736125
Octal21274313301423216314145
Binary1000110111100111011011011000101101011100111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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