#11A214

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

Shades of Islamic Green #11A214

Tints of Islamic Green #11A214

Color information

#11A214 (or 0x11A214) is unknown color: approx Islamic Green. HEX triplet: 11, A2 and 14. RGB value is (17,162,20). Sum of RGB (Red+Green+Blue) = 17+162+20=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 162 (63.67% from 255 or 81.41% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 162 - color contains mainly: green. Hex color #11A214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A214 is #EE5DEB. Grayscale: #666666. Windows color (decimal): -15621612 or 1352209. OLE color: 1352209.

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

Color convert

RGB1716220-
CMYK0.9000.880.36
HSL121.24º81.01%35.1%-
HSV(B)121.24º89.51%63.53%-
XYZ13.2826.014.98-
YUV102.4681.4667.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 162 (63.67% from 255) = 81.41%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=8.54%
G=81.41%
B=10.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17162200.9000.880.36121.2481.0135.1
Hex11A2145A05824795123
Octal212422413201304417112143
Binary10001101000101010010110100101100010010011110011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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