#11940C

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

Shades of Islamic Green #11940C

Tints of Islamic Green #11940C

Color information

#11940C (or 0x11940C) is unknown color: approx Islamic Green. HEX triplet: 11, 94 and 0C. RGB value is (17,148,12). Sum of RGB (Red+Green+Blue) = 17+148+12=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 148 (58.20% from 255 or 83.62% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 148 - color contains mainly: green. Hex color #11940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11940C is #EE6BF3. Grayscale: #5D5D5D. Windows color (decimal): -15625204 or 824337. OLE color: 824337.

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

Color convert

RGB1714812-
CMYK0.8900.920.42
HSL117.79º85%31.37%-
HSV(B)117.79º91.89%58.04%-
XYZ10.8921.333.89-
YUV93.3382.173.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 148 (58.20% from 255) = 83.62%
BLUE value IS 12 (5.08% from 255) = 6.78%
R=9.60%
G=83.62%
B=6.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17148120.8900.920.42117.798531.37
Hex1194C5905C2A76551f
Octal212241413101345216612537
Binary100011001010011001011001010111001010101110110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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