#11BF04

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

Shades of Islamic Green #11BF04

Tints of Islamic Green #11BF04

Color information

#11BF04 (or 0x11BF04) is unknown color: approx Islamic Green. HEX triplet: 11, BF and 04. RGB value is (17,191,4). Sum of RGB (Red+Green+Blue) = 17+191+4=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 191 (75% from 255 or 90.09% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BF04 is #EE40FB. Grayscale: #767676. Windows color (decimal): -15614204 or 311057. OLE color: 311057.

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

Color convert

RGB171914-
CMYK0.9100.980.25
HSL115.83º95.9%38.24%-
HSV(B)115.83º97.91%74.9%-
XYZ18.8837.396.34-
YUV117.6663.8556.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 191 (75% from 255) = 90.09%
BLUE value IS 4 (1.95% from 255) = 1.89%
R=8.02%
G=90.09%
B=1.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1719140.9100.980.25115.8395.938.24
Hex11BF45B06219746026
Octal21277413301423116414046
Binary10001101111111001011011011000101100111101001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BF04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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