Html Css Color HEX #11990D Islamic Green

📋 copy color: '#11990D'

red 17 ◦ green 153 ◦ blue 13

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

Shades of Islamic Green #11990D

Tints of Islamic Green #11990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 83.61%

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 9.29%
G = 83.61%
B = 7.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#11990D (or 0x11990D) is known color: Islamic Green. HEX triplet: 11, 99 and 0D. RGB value is (17,153,13). Sum of RGB (Red+Green+Blue) = 17+153+13=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 153 (60.16% from 255 or 83.61% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 153 - color contains mainly: green. Hex color #11990D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11990D is #EE66F2. Grayscale: #606060. Windows color (decimal): -15623923 or 891153. OLE color: 891153.

HSL color Cylindrical-coordinate representation of color #11990D: hue angle of 118.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11990D is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 153 13 -
CMYK 0.89 0 0.92 0.4
HSL 118.29º 0.84% 0.33% -
HSV(B) 118.29º 0.92% 0.6% -
XYZ 11.7 22.93 4.19 -
YUV 96.38 80.94 71.38 -
System Red Green Blue C M Y K H S L
Decimal 17 153 13 0.89 0 0.92 0.4 118.29 0.84 0.33
Hex 11 99 D 59 0 5C 28 76 54 21
Octal 21 231 15 131 0 134 50 166 124 41
Binary 10001 10011001 1101 1011001 0 1011100 101000 1110110 1010100 100001

Color Harmonies of #11990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11990D

Black with #11990D

Text Example


Text Example

White with #11990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11990D; }

 p { color: rgb(17,153,13); }

 H1.HeaderClassName
 {
   color: #11990D;
 }
 .AnyTagClassName
 {
   color: #11990D;
 }
</style>

background-color css

<style>
 a { background-color: #11990D; }

 a { background-color: rgb(17,153,13); }

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

border-color css

<style>
 span { border-color: #11990D; }

 span { border-color: rgb(17,153,13); }

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