Html Css Color HEX #11BC12 Islamic Green

📋 copy color: '#11BC12'

red 17 ◦ green 188 ◦ blue 18

#11BC12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #11BC12

Tints of Islamic Green #11BC12

RGB

 RED value IS 17 (7.03% from 255) = 7.62%

 GREEN value IS 188 (73.83% from 255) = 84.3%

 BLUE value IS 18 (7.42% from 255) = 8.07%

R = 7.62%
G = 84.3%
B = 8.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#11BC12 (or 0x11BC12) is known color: Islamic Green. HEX triplet: 11, BC and 12. RGB value is (17,188,18). Sum of RGB (Red+Green+Blue) = 17+188+18=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 188 (73.83% from 255 or 84.30% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BC12 is #EE43ED. Grayscale: #757575. Windows color (decimal): -15614958 or 1227793. OLE color: 1227793.

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

Color convert

RGB 17 188 18 -
CMYK 0.91 0 0.90 0.26
HSL 120.35º 0.83% 0.4% -
HSV(B) 120.35º 0.91% 0.74% -
XYZ 18.32 36.13 6.58 -
YUV 117.49 71.85 56.32 -
System Red Green Blue C M Y K H S L
Decimal 17 188 18 0.91 0 0.90 0.26 120.35 0.83 0.4
Hex 11 BC 12 5B 0 5A 1A 78 53 28
Octal 21 274 22 133 0 132 32 170 123 50
Binary 10001 10111100 10010 1011011 0 1011010 11010 1111000 1010011 101000

Color Harmonies of #11BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BC12

Black with #11BC12

Text Example


Text Example

White with #11BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11BC12;
 }
 .AnyTagClassName
 {
   color: #11BC12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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