#11A308

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

Shades of Islamic Green #11A308

Tints of Islamic Green #11A308

Color information

#11A308 (or 0x11A308) is unknown color: approx Islamic Green. HEX triplet: 11, A3 and 08. RGB value is (17,163,8). Sum of RGB (Red+Green+Blue) = 17+163+8=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 163 (64.06% from 255 or 86.70% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 163 - color contains mainly: green. Hex color #11A308 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A308 is #EE5CF7. Grayscale: #666666. Windows color (decimal): -15621368 or 566033. OLE color: 566033.

HSL color Cylindrical-coordinate representation of color #11A308: hue angle of 116.52º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11A308 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB171638-
CMYK0.9000.950.36
HSL116.52º90.64%33.53%-
HSV(B)116.52º95.09%63.92%-
XYZ13.3726.334.61-
YUV101.6875.1367.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 163 (64.06% from 255) = 86.70%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=9.04%
G=86.70%
B=4.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1716380.9000.950.36116.5290.6433.53
Hex11A385A05F24755b22
Octal212431013201374416513342
Binary1000110100011100010110100101111110010011101011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,163,8); }

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

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

 a { background-color: rgb(17,163,8); }

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

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

 span { border-color: rgb(17,163,8); }

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