Html Css Color HEX #11BC03 Islamic Green

📋 copy color: '#11BC03'

red 17 ◦ green 188 ◦ blue 3

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

Shades of Islamic Green #11BC03

Tints of Islamic Green #11BC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.44%

R = 8.17%
G = 90.38%
B = 1.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#11BC03 (or 0x11BC03) is known color: Islamic Green. HEX triplet: 11, BC and 03. RGB value is (17,188,3). Sum of RGB (Red+Green+Blue) = 17+188+3=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 188 (73.83% from 255 or 90.38% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BC03 is #EE43FC. Grayscale: #747474. Windows color (decimal): -15614973 or 244753. OLE color: 244753.

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

Color convert

RGB 17 188 3 -
CMYK 0.91 0 0.98 0.26
HSL 115.46º 0.97% 0.37% -
HSV(B) 115.46º 0.98% 0.74% -
XYZ 18.23 36.09 6.09 -
YUV 115.78 64.35 57.54 -
System Red Green Blue C M Y K H S L
Decimal 17 188 3 0.91 0 0.98 0.26 115.46 0.97 0.37
Hex 11 BC 3 5B 0 62 1A 73 61 25
Octal 21 274 3 133 0 142 32 163 141 45
Binary 10001 10111100 11 1011011 0 1100010 11010 1110011 1100001 100101

Color Harmonies of #11BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BC03

Black with #11BC03

Text Example


Text Example

White with #11BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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