#118D0E

Color #118D0E Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #118D0E

Tints of Islamic Green #118D0E

Color information

#118D0E (or 0x118D0E) is unknown color: approx Islamic Green. HEX triplet: 11, 8D and 0E. RGB value is (17,141,14). Sum of RGB (Red+Green+Blue) = 17+141+14=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 141 (55.47% from 255 or 81.98% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 141 - color contains mainly: green. Hex color #118D0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118D0E is #EE72F1. Grayscale: #595959. Windows color (decimal): -15626994 or 953617. OLE color: 953617.

HSL color Cylindrical-coordinate representation of color #118D0E: hue angle of 118.58º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118D0E is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1714114-
CMYK0.8800.900.45
HSL118.58º81.94%30.39%-
HSV(B)118.58º90.07%55.29%-
XYZ9.8419.23.6-
YUV89.4585.4276.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 141 (55.47% from 255) = 81.98%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=9.88%
G=81.98%
B=8.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17141140.8800.900.45118.5881.9430.39
Hex118DE5805A2D77521e
Octal212151613001325516712236
Binary100011000110111101011000010110101011011110111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118D0E; }

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

 H1.HeaderClassName
 {
   color: #118D0E;
 }
 .AnyTagClassName
 {
   color: #118D0E;
 }
</style>
background-color css

<style>
 a { background-color: #118D0E; }

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

 div.DivClassName
 {
   background-color: #118D0E;
 }
 .BgClassName
 {
   background-color: #118D0E;
 }
</style>
border-color css

<style>
 span { border-color: #118D0E; }

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

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