Html Css Color HEX #11BA04 Islamic Green

📋 copy color: '#11BA04'

red 17 ◦ green 186 ◦ blue 4

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

Shades of Islamic Green #11BA04

Tints of Islamic Green #11BA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 8.21%
G = 89.86%
B = 1.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#11BA04 (or 0x11BA04) is known color: Islamic Green. HEX triplet: 11, BA and 04. RGB value is (17,186,4). Sum of RGB (Red+Green+Blue) = 17+186+4=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 186 (73.05% from 255 or 89.86% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BA04 is #EE45FB. Grayscale: #737373. Windows color (decimal): -15615484 or 309777. OLE color: 309777.

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

Color convert

RGB 17 186 4 -
CMYK 0.91 0 0.98 0.27
HSL 115.71º 0.96% 0.37% -
HSV(B) 115.71º 0.98% 0.73% -
XYZ 17.81 35.25 5.98 -
YUV 114.72 65.51 58.3 -
System Red Green Blue C M Y K H S L
Decimal 17 186 4 0.91 0 0.98 0.27 115.71 0.96 0.37
Hex 11 BA 4 5B 0 62 1B 74 60 25
Octal 21 272 4 133 0 142 33 164 140 45
Binary 10001 10111010 100 1011011 0 1100010 11011 1110100 1100000 100101

Color Harmonies of #11BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA04

Black with #11BA04

Text Example


Text Example

White with #11BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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