#11A201

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

Shades of Islamic Green #11A201

Tints of Islamic Green #11A201

Color information

#11A201 (or 0x11A201) is unknown color: approx Islamic Green. HEX triplet: 11, A2 and 01. RGB value is (17,162,1). Sum of RGB (Red+Green+Blue) = 17+162+1=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 162 (63.67% from 255 or 90% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 162 - color contains mainly: green. Hex color #11A201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A201 is #EE5DFE. Grayscale: #646464. Windows color (decimal): -15621631 or 107025. OLE color: 107025.

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

Color convert

RGB171621-
CMYK0.9000.990.36
HSL114.04º98.77%31.96%-
HSV(B)114.04º99.38%63.53%-
XYZ13.1625.964.35-
YUV100.2971.9668.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 162 (63.67% from 255) = 90%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=9.44%
G=90%
B=0.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1716210.9000.990.36114.0498.7731.96
Hex11A215A06324726320
Octal21242113201434416214340
Binary1000110100010110110100110001110010011100101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,162,1); }

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

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

 a { background-color: rgb(17,162,1); }

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

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

 span { border-color: rgb(17,162,1); }

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