#11980D

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

Shades of Islamic Green #11980D

Tints of Islamic Green #11980D

Color information

#11980D (or 0x11980D) is unknown color: approx Islamic Green. HEX triplet: 11, 98 and 0D. RGB value is (17,152,13). Sum of RGB (Red+Green+Blue) = 17+152+13=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 152 (59.77% from 255 or 83.52% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 152 - color contains mainly: green. Hex color #11980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11980D is #EE67F2. Grayscale: #606060. Windows color (decimal): -15624179 or 890897. OLE color: 890897.

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

Color convert

RGB1715213-
CMYK0.8900.910.40
HSL118.27º84.24%32.35%-
HSV(B)118.27º91.45%59.61%-
XYZ11.5322.64.14-
YUV95.7981.2771.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 152 (59.77% from 255) = 83.52%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=9.34%
G=83.52%
B=7.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17152130.8900.910.40118.2784.2432.35
Hex1198D5905B28765420
Octal212301513101335016612440
Binary1000110011000110110110010101101110100011101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11980D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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