Html Css Color HEX #11980D Islamic Green

📋 copy color: '#11980D'

red 17 ◦ green 152 ◦ blue 13

#11980D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #11980D

Tints of Islamic Green #11980D

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 value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#11980D (or 0x11980D) is known color: 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

RGB 17 152 13 -
CMYK 0.89 0 0.91 0.40
HSL 118.27º 0.84% 0.32% -
HSV(B) 118.27º 0.91% 0.6% -
XYZ 11.53 22.6 4.14 -
YUV 95.79 81.27 71.8 -
System Red Green Blue C M Y K H S L
Decimal 17 152 13 0.89 0 0.91 0.40 118.27 0.84 0.32
Hex 11 98 D 59 0 5B 28 76 54 20
Octal 21 230 15 131 0 133 50 166 124 40
Binary 10001 10011000 1101 1011001 0 1011011 101000 1110110 1010100 100000

Color Harmonies of #11980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11980D

Black with #11980D

Text Example


Text Example

White with #11980D

Text Example


Text Example

HTML Codes & Css Web 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>