Html Css Color HEX #11B30E Islamic Green

📋 copy color: '#11B30E'

red 17 ◦ green 179 ◦ blue 14

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

Shades of Islamic Green #11B30E

Tints of Islamic Green #11B30E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 85.24%

 BLUE value IS 14 (5.86% from 255) = 6.67%

R = 8.1%
G = 85.24%
B = 6.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#11B30E (or 0x11B30E) is known color: Islamic Green. HEX triplet: 11, B3 and 0E. RGB value is (17,179,14). Sum of RGB (Red+Green+Blue) = 17+179+14=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 179 (70.31% from 255 or 85.24% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 179 - color contains mainly: green. Hex color #11B30E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11B30E is #EE4CF1. Grayscale: #707070. Windows color (decimal): -15617266 or 963345. OLE color: 963345.

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

Color convert

RGB 17 179 14 -
CMYK 0.91 0 0.92 0.30
HSL 118.91º 0.85% 0.38% -
HSV(B) 118.91º 0.92% 0.7% -
XYZ 16.43 32.39 5.8 -
YUV 111.75 72.83 60.42 -
System Red Green Blue C M Y K H S L
Decimal 17 179 14 0.91 0 0.92 0.30 118.91 0.85 0.38
Hex 11 B3 E 5B 0 5C 1E 77 55 26
Octal 21 263 16 133 0 134 36 167 125 46
Binary 10001 10110011 1110 1011011 0 1011100 11110 1110111 1010101 100110

Color Harmonies of #11B30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B30E

Black with #11B30E

Text Example


Text Example

White with #11B30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,179,14); }

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

background-color css

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

 a { background-color: rgb(17,179,14); }

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

border-color css

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

 span { border-color: rgb(17,179,14); }

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