#11bf13

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

Shades of Islamic Green #11BF13

Tints of Islamic Green #11BF13

Color information

#11BF13 (or 0x11BF13) is unknown color: approx Islamic Green. HEX triplet: 11, BF and 13. RGB value is (17,191,19). Sum of RGB (Red+Green+Blue) = 17+191+19=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 191 (75% from 255 or 84.14% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BF13 is #EE40EC. Grayscale: #777777. Windows color (decimal): -15614189 or 1294097. OLE color: 1294097.

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

Color convert

RGB1719119-
CMYK0.9100.900.25
HSL120.69º83.65%40.78%-
HSV(B)120.69º91.1%74.9%-
XYZ18.9837.436.84-
YUV119.3771.3554.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 191 (75% from 255) = 84.14%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=7.49%
G=84.14%
B=8.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17191190.9100.900.25120.6983.6540.78
Hex11BF135B05A19795429
Octal212772313301323117112451
Binary1000110111111100111011011010110101100111110011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11bf13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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