#11990C

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

Shades of Islamic Green #11990C

Tints of Islamic Green #11990C

Color information

#11990C (or 0x11990C) is unknown color: approx Islamic Green. HEX triplet: 11, 99 and 0C. RGB value is (17,153,12). Sum of RGB (Red+Green+Blue) = 17+153+12=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 153 (60.16% from 255 or 84.07% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 153 - color contains mainly: green. Hex color #11990C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11990C is #EE66F3. Grayscale: #606060. Windows color (decimal): -15623924 or 825617. OLE color: 825617.

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

Color convert

RGB1715312-
CMYK0.8900.920.4
HSL117.87º85.45%32.35%-
HSV(B)117.87º92.16%60%-
XYZ11.6922.934.16-
YUV96.2680.4471.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 153 (60.16% from 255) = 84.07%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=9.34%
G=84.07%
B=6.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17153120.8900.920.4117.8785.4532.35
Hex1199C5905C28765520
Octal212311413101345016612540
Binary1000110011001110010110010101110010100011101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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