#11A212

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

Shades of Islamic Green #11A212

Tints of Islamic Green #11A212

Color information

#11A212 (or 0x11A212) is unknown color: approx Islamic Green. HEX triplet: 11, A2 and 12. RGB value is (17,162,18). Sum of RGB (Red+Green+Blue) = 17+162+18=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 162 (63.67% from 255 or 82.23% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 162 - color contains mainly: green. Hex color #11A212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A212 is #EE5DED. Grayscale: #666666. Windows color (decimal): -15621614 or 1221137. OLE color: 1221137.

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

Color convert

RGB1716218-
CMYK0.9000.890.36
HSL120.41º81.01%35.1%-
HSV(B)120.41º89.51%63.53%-
XYZ13.26264.89-
YUV102.2380.4667.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 162 (63.67% from 255) = 82.23%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=8.63%
G=82.23%
B=9.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17162180.9000.890.36120.4181.0135.1
Hex11A2125A05924785123
Octal212422213201314417012143
Binary10001101000101001010110100101100110010011110001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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