Html Css Color HEX #11BA13 Islamic Green

📋 copy color: '#11BA13'

red 17 ◦ green 186 ◦ blue 19

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

Shades of Islamic Green #11BA13

Tints of Islamic Green #11BA13

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 value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#11BA13 (or 0x11BA13) is known color: 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

RGB 17 186 19 -
CMYK 0.91 0 0.90 0.27
HSL 120.71º 0.83% 0.4% -
HSV(B) 120.71º 0.91% 0.73% -
XYZ 17.91 35.28 6.48 -
YUV 116.43 73.01 57.08 -
System Red Green Blue C M Y K H S L
Decimal 17 186 19 0.91 0 0.90 0.27 120.71 0.83 0.4
Hex 11 BA 13 5B 0 5A 1B 79 53 28
Octal 21 272 23 133 0 132 33 171 123 50
Binary 10001 10111010 10011 1011011 0 1011010 11011 1111001 1010011 101000

Color Harmonies of #11BA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA13

Black with #11BA13

Text Example


Text Example

White with #11BA13

Text Example


Text Example

HTML Codes & Css Web 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>