#11bf00

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

Shades of Islamic Green #11BF00

Tints of Islamic Green #11BF00

Color information

#11BF00 (or 0x11BF00) is unknown color: approx Islamic Green. HEX triplet: 11, BF and 00. RGB value is (17,191,0). Sum of RGB (Red+Green+Blue) = 17+191+0=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 191 (75% from 255 or 91.83% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BF00 is #EE40FF. Grayscale: #757575. Windows color (decimal): -15614208 or 48913. OLE color: 48913.

HSL color Cylindrical-coordinate representation of color #11BF00: hue angle of 114.66º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11BF00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB171910-
CMYK0.91010.25
HSL114.66º100%37.45%-
HSV(B)114.66º100%74.9%-
XYZ18.8637.386.22-
YUV117.261.8556.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 191 (75% from 255) = 91.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.17%
G=91.83%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1719100.91010.25114.6610037.45
Hex11BF05B06419736425
Octal21277013301443116314445
Binary100011011111101011011011001001100111100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11bf00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,191,0); }

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

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

 a { background-color: rgb(17,191,0); }

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

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

 span { border-color: rgb(17,191,0); }

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