#11C105

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

Shades of Islamic Green #11C105

Tints of Islamic Green #11C105

Color information

#11C105 (or 0x11C105) is unknown color: approx Islamic Green. HEX triplet: 11, C1 and 05. RGB value is (17,193,5). Sum of RGB (Red+Green+Blue) = 17+193+5=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 193 (75.78% from 255 or 89.77% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 193 - color contains mainly: green. Hex color #11C105 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C105 is #EE3EFA. Grayscale: #777777. Windows color (decimal): -15613691 or 377105. OLE color: 377105.

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

Color convert

RGB171935-
CMYK0.9100.970.24
HSL116.17º94.95%38.82%-
HSV(B)116.17º97.41%75.69%-
XYZ19.3338.276.51-
YUV118.9463.6955.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 193 (75.78% from 255) = 89.77%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=7.91%
G=89.77%
B=2.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1719350.9100.970.24116.1794.9538.82
Hex11C155B06118745f27
Octal21301513301413016413747
Binary10001110000011011011011011000011100011101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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