Html Css Color HEX #118D04 Islamic Green

📋 copy color: '#118D04'

red 17 ◦ green 141 ◦ blue 4

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

Shades of Islamic Green #118D04

Tints of Islamic Green #118D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 87.04%

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

R = 10.49%
G = 87.04%
B = 2.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#118D04 (or 0x118D04) is known color: Islamic Green. HEX triplet: 11, 8D and 04. RGB value is (17,141,4). Sum of RGB (Red+Green+Blue) = 17+141+4=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 141 (55.47% from 255 or 87.04% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 141 - color contains mainly: green. Hex color #118D04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118D04 is #EE72FB. Grayscale: #585858. Windows color (decimal): -15627004 or 298257. OLE color: 298257.

HSL color Cylindrical-coordinate representation of color #118D04: hue angle of 114.31º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #118D04 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 141 4 -
CMYK 0.88 0 0.97 0.45
HSL 114.31º 0.94% 0.28% -
HSV(B) 114.31º 0.97% 0.55% -
XYZ 9.78 19.18 3.3 -
YUV 88.31 80.42 77.14 -
System Red Green Blue C M Y K H S L
Decimal 17 141 4 0.88 0 0.97 0.45 114.31 0.94 0.28
Hex 11 8D 4 58 0 61 2D 72 5E 1C
Octal 21 215 4 130 0 141 55 162 136 34
Binary 10001 10001101 100 1011000 0 1100001 101101 1110010 1011110 11100

Color Harmonies of #118D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118D04

Black with #118D04

Text Example


Text Example

White with #118D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #118D04;
 }
 .AnyTagClassName
 {
   color: #118D04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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