#11BA13

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

Shades of Islamic Green #11BA13

Tints of Islamic Green #11BA13

Color information

#11BA13 (or 0x11BA13) is unknown color: approx Islamic Green. HEX triplet: 11, BA and 13. RGB value is (17,186,19). Sum of RGB (Red+Green+Blue) = 17+186+19=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 186 (73.05% from 255 or 83.78% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BA13 is #EE45EC. Grayscale: #747474. Windows color (decimal): -15615469 or 1292817. OLE color: 1292817.

HSL color Cylindrical-coordinate representation of color #11BA13: hue angle of 120.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA13 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1718619-
CMYK0.9100.900.27
HSL120.71º83.25%39.8%-
HSV(B)120.71º90.86%72.94%-
XYZ17.9135.286.48-
YUV116.4373.0157.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 186 (73.05% from 255) = 83.78%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=7.66%
G=83.78%
B=8.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17186190.9100.900.27120.7183.2539.8
Hex11BA135B05A1B795328
Octal212722313301323317112350
Binary1000110111010100111011011010110101101111110011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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