#11AD0A

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

Shades of Islamic Green #11AD0A

Tints of Islamic Green #11AD0A

Color information

#11AD0A (or 0x11AD0A) is unknown color: approx Islamic Green. HEX triplet: 11, AD and 0A. RGB value is (17,173,10). Sum of RGB (Red+Green+Blue) = 17+173+10=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 173 (67.97% from 255 or 86.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AD0A is #EE52F5. Grayscale: #6C6C6C. Windows color (decimal): -15618806 or 699665. OLE color: 699665.

HSL color Cylindrical-coordinate representation of color #11AD0A: hue angle of 117.42º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11AD0A is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1717310-
CMYK0.9000.940.32
HSL117.42º89.07%35.88%-
HSV(B)117.42º94.22%67.84%-
XYZ15.2330.035.28-
YUV107.7772.8263.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 173 (67.97% from 255) = 86.5%
BLUE value IS 10 (4.30% from 255) = 5%
R=8.5%
G=86.5%
B=5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17173100.9000.940.32117.4289.0735.88
Hex11ADA5A05E20755924
Octal212551213201364016513144
Binary1000110101101101010110100101111010000011101011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11AD0A; }

 p { color: rgb(17,173,10); }

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

<style>
 a { background-color: #11AD0A; }

 a { background-color: rgb(17,173,10); }

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

<style>
 span { border-color: #11AD0A; }

 span { border-color: rgb(17,173,10); }

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