Html Css Color HEX #11BA08 Islamic Green

📋 copy color: '#11BA08'

red 17 ◦ green 186 ◦ blue 8

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

Shades of Islamic Green #11BA08

Tints of Islamic Green #11BA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.79%

R = 8.06%
G = 88.15%
B = 3.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#11BA08 (or 0x11BA08) is known color: Islamic Green. HEX triplet: 11, BA and 08. RGB value is (17,186,8). Sum of RGB (Red+Green+Blue) = 17+186+8=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 186 (73.05% from 255 or 88.15% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BA08 is #EE45F7. Grayscale: #737373. Windows color (decimal): -15615480 or 571921. OLE color: 571921.

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

Color convert

RGB 17 186 8 -
CMYK 0.91 0 0.96 0.27
HSL 116.97º 0.92% 0.38% -
HSV(B) 116.97º 0.96% 0.73% -
XYZ 17.83 35.25 6.09 -
YUV 115.18 67.51 57.97 -
System Red Green Blue C M Y K H S L
Decimal 17 186 8 0.91 0 0.96 0.27 116.97 0.92 0.38
Hex 11 BA 8 5B 0 60 1B 75 5C 26
Octal 21 272 10 133 0 140 33 165 134 46
Binary 10001 10111010 1000 1011011 0 1100000 11011 1110101 1011100 100110

Color Harmonies of #11BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA08

Black with #11BA08

Text Example


Text Example

White with #11BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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