#11AF1B

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

Shades of Islamic Green #11AF1B

Tints of Islamic Green #11AF1B

Color information

#11AF1B (or 0x11AF1B) is unknown color: approx Islamic Green. HEX triplet: 11, AF and 1B. RGB value is (17,175,27). Sum of RGB (Red+Green+Blue) = 17+175+27=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 175 (68.75% from 255 or 79.91% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AF1B is #EE50E4. Grayscale: #6F6F6F. Windows color (decimal): -15618277 or 1814289. OLE color: 1814289.

HSL color Cylindrical-coordinate representation of color #11AF1B: hue angle of 123.8º 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 #11AF1B is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1717527-
CMYK0.9000.850.31
HSL123.8º82.29%37.65%-
HSV(B)123.8º90.29%68.63%-
XYZ15.7630.866.16-
YUV110.8980.6561.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 175 (68.75% from 255) = 79.91%
BLUE value IS 27 (10.94% from 255) = 12.33%
R=7.76%
G=79.91%
B=12.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17175270.9000.850.31123.882.2937.65
Hex11AF1B5A0551F7c5226
Octal212573313201253717412246
Binary1000110101111110111011010010101011111111111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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