#11C10A

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

Shades of Islamic Green #11C10A

Tints of Islamic Green #11C10A

Color information

#11C10A (or 0x11C10A) is unknown color: approx Islamic Green. HEX triplet: 11, C1 and 0A. RGB value is (17,193,10). Sum of RGB (Red+Green+Blue) = 17+193+10=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 193 (75.78% from 255 or 87.73% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 193 - color contains mainly: green. Hex color #11C10A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C10A is #EE3EF5. Grayscale: #787878. Windows color (decimal): -15613686 or 704785. OLE color: 704785.

HSL color Cylindrical-coordinate representation of color #11C10A: hue angle of 117.7º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11C10A is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1719310-
CMYK0.9100.950.24
HSL117.7º90.15%39.8%-
HSV(B)117.7º94.82%75.69%-
XYZ19.3638.286.66-
YUV119.5166.1954.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 193 (75.78% from 255) = 87.73%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=7.73%
G=87.73%
B=4.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17193100.9100.950.24117.790.1539.8
Hex11C1A5B05F18765a28
Octal213011213301373016613250
Binary100011100000110101011011010111111100011101101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,193,10); }

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

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

 a { background-color: rgb(17,193,10); }

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

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

 span { border-color: rgb(17,193,10); }

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