Html Css Color HEX #11A40E Islamic Green

📋 copy color: '#11A40E'

red 17 ◦ green 164 ◦ blue 14

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

Shades of Islamic Green #11A40E

Tints of Islamic Green #11A40E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 84.1%

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

R = 8.72%
G = 84.1%
B = 7.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#11A40E (or 0x11A40E) is known color: Islamic Green. HEX triplet: 11, A4 and 0E. RGB value is (17,164,14). Sum of RGB (Red+Green+Blue) = 17+164+14=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 164 (64.45% from 255 or 84.10% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 164 - color contains mainly: green. Hex color #11A40E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A40E is #EE5BF1. Grayscale: #676767. Windows color (decimal): -15621106 or 959505. OLE color: 959505.

HSL color Cylindrical-coordinate representation of color #11A40E: hue angle of 118.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A40E is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 164 14 -
CMYK 0.90 0 0.91 0.36
HSL 118.8º 0.84% 0.35% -
HSV(B) 118.8º 0.91% 0.64% -
XYZ 13.59 26.7 4.85 -
YUV 102.95 77.8 66.7 -
System Red Green Blue C M Y K H S L
Decimal 17 164 14 0.90 0 0.91 0.36 118.8 0.84 0.35
Hex 11 A4 E 5A 0 5B 24 77 54 23
Octal 21 244 16 132 0 133 44 167 124 43
Binary 10001 10100100 1110 1011010 0 1011011 100100 1110111 1010100 100011

Color Harmonies of #11A40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A40E

Black with #11A40E

Text Example


Text Example

White with #11A40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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