Html Css Color HEX #11BA16 Islamic Green

📋 copy color: '#11BA16'

red 17 ◦ green 186 ◦ blue 22

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

Shades of Islamic Green #11BA16

Tints of Islamic Green #11BA16

RGB

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

 GREEN value IS 186 (73.05% from 255) = 82.67%

 BLUE value IS 22 (8.98% from 255) = 9.78%

R = 7.56%
G = 82.67%
B = 9.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#11BA16 (or 0x11BA16) is known color: Islamic Green. HEX triplet: 11, BA and 16. RGB value is (17,186,22). Sum of RGB (Red+Green+Blue) = 17+186+22=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BA16 is #EE45E9. Grayscale: #757575. Windows color (decimal): -15615466 or 1489425. OLE color: 1489425.

HSL color Cylindrical-coordinate representation of color #11BA16: hue angle of 121.78º 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 #11BA16 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 22 -
CMYK 0.91 0 0.88 0.27
HSL 121.78º 0.83% 0.4% -
HSV(B) 121.78º 0.91% 0.73% -
XYZ 17.93 35.29 6.63 -
YUV 116.77 74.51 56.84 -
System Red Green Blue C M Y K H S L
Decimal 17 186 22 0.91 0 0.88 0.27 121.78 0.83 0.4
Hex 11 BA 16 5B 0 58 1B 7A 53 28
Octal 21 272 26 133 0 130 33 172 123 50
Binary 10001 10111010 10110 1011011 0 1011000 11011 1111010 1010011 101000

Color Harmonies of #11BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA16

Black with #11BA16

Text Example


Text Example

White with #11BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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