#11AF1C

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

Shades of Islamic Green #11AF1C

Tints of Islamic Green #11AF1C

Color information

#11AF1C (or 0x11AF1C) is unknown color: approx Islamic Green. HEX triplet: 11, AF and 1C. RGB value is (17,175,28). Sum of RGB (Red+Green+Blue) = 17+175+28=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 175 (68.75% from 255 or 79.55% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AF1C is #EE50E3. Grayscale: #6F6F6F. Windows color (decimal): -15618276 or 1879825. OLE color: 1879825.

HSL color Cylindrical-coordinate representation of color #11AF1C: hue angle of 124.18º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF1C is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1717528-
CMYK0.9000.840.31
HSL124.18º82.29%37.65%-
HSV(B)124.18º90.29%68.63%-
XYZ15.7730.866.22-
YUV11181.1560.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 175 (68.75% from 255) = 79.55%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=7.73%
G=79.55%
B=12.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17175280.9000.840.31124.1882.2937.65
Hex11AF1C5A0541F7c5226
Octal212573413201243717412246
Binary1000110101111111001011010010101001111111111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,175,28); }

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

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

 a { background-color: rgb(17,175,28); }

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

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

 span { border-color: rgb(17,175,28); }

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