#11980B

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

Shades of Islamic Green #11980B

Tints of Islamic Green #11980B

Color information

#11980B (or 0x11980B) is unknown color: approx Islamic Green. HEX triplet: 11, 98 and 0B. RGB value is (17,152,11). Sum of RGB (Red+Green+Blue) = 17+152+11=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 152 (59.77% from 255 or 84.44% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 152 - color contains mainly: green. Hex color #11980B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11980B is #EE67F4. Grayscale: #5F5F5F. Windows color (decimal): -15624181 or 759825. OLE color: 759825.

HSL color Cylindrical-coordinate representation of color #11980B: hue angle of 117.45º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11980B is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1715211-
CMYK0.8900.930.40
HSL117.45º86.5%31.96%-
HSV(B)117.45º92.76%59.61%-
XYZ11.5222.64.07-
YUV95.5680.2771.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 152 (59.77% from 255) = 84.44%
BLUE value IS 11 (4.69% from 255) = 6.11%
R=9.44%
G=84.44%
B=6.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17152110.8900.930.40117.4586.531.96
Hex1198B5905D28755720
Octal212301313101355016512740
Binary1000110011000101110110010101110110100011101011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11980B; }

 p { color: rgb(17,152,11); }

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

<style>
 a { background-color: #11980B; }

 a { background-color: rgb(17,152,11); }

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

<style>
 span { border-color: #11980B; }

 span { border-color: rgb(17,152,11); }

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