Html Css Color HEX #11BA06 Islamic Green

📋 copy color: '#11BA06'

red 17 ◦ green 186 ◦ blue 6

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

Shades of Islamic Green #11BA06

Tints of Islamic Green #11BA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.87%

R = 8.13%
G = 89%
B = 2.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#11BA06 (or 0x11BA06) is known color: Islamic Green. HEX triplet: 11, BA and 06. RGB value is (17,186,6). Sum of RGB (Red+Green+Blue) = 17+186+6=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 186 (73.05% from 255 or 89.00% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BA06 is #EE45F9. Grayscale: #737373. Windows color (decimal): -15615482 or 440849. OLE color: 440849.

HSL color Cylindrical-coordinate representation of color #11BA06: hue angle of 116.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11BA06 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 6 -
CMYK 0.91 0 0.97 0.27
HSL 116.33º 0.94% 0.38% -
HSV(B) 116.33º 0.97% 0.73% -
XYZ 17.82 35.25 6.04 -
YUV 114.95 66.51 58.14 -
System Red Green Blue C M Y K H S L
Decimal 17 186 6 0.91 0 0.97 0.27 116.33 0.94 0.38
Hex 11 BA 6 5B 0 61 1B 74 5E 26
Octal 21 272 6 133 0 141 33 164 136 46
Binary 10001 10111010 110 1011011 0 1100001 11011 1110100 1011110 100110

Color Harmonies of #11BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA06

Black with #11BA06

Text Example


Text Example

White with #11BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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