Html Css Color HEX #11BA14 Islamic Green

📋 copy color: '#11BA14'

red 17 ◦ green 186 ◦ blue 20

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

Shades of Islamic Green #11BA14

Tints of Islamic Green #11BA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 7.62%
G = 83.41%
B = 8.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#11BA14 (or 0x11BA14) is known color: Islamic Green. HEX triplet: 11, BA and 14. RGB value is (17,186,20). Sum of RGB (Red+Green+Blue) = 17+186+20=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 186 (73.05% from 255 or 83.41% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BA14 is #EE45EB. Grayscale: #757575. Windows color (decimal): -15615468 or 1358353. OLE color: 1358353.

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

Color convert

RGB 17 186 20 -
CMYK 0.91 0 0.89 0.27
HSL 121.07º 0.83% 0.4% -
HSV(B) 121.07º 0.91% 0.73% -
XYZ 17.92 35.29 6.53 -
YUV 116.55 73.51 57 -
System Red Green Blue C M Y K H S L
Decimal 17 186 20 0.91 0 0.89 0.27 121.07 0.83 0.4
Hex 11 BA 14 5B 0 59 1B 79 53 28
Octal 21 272 24 133 0 131 33 171 123 50
Binary 10001 10111010 10100 1011011 0 1011001 11011 1111001 1010011 101000

Color Harmonies of #11BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA14

Black with #11BA14

Text Example


Text Example

White with #11BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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