Html Css Color HEX #11940C Islamic Green

📋 copy color: '#11940C'

red 17 ◦ green 148 ◦ blue 12

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

Shades of Islamic Green #11940C

Tints of Islamic Green #11940C

RGB

 RED value IS 17 (7.03% from 255) = 9.6%

 GREEN value IS 148 (58.2% from 255) = 83.62%

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 9.6%
G = 83.62%
B = 6.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#11940C (or 0x11940C) is known color: Islamic Green. HEX triplet: 11, 94 and 0C. RGB value is (17,148,12). Sum of RGB (Red+Green+Blue) = 17+148+12=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 148 (58.20% from 255 or 83.62% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 148 - color contains mainly: green. Hex color #11940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11940C is #EE6BF3. Grayscale: #5D5D5D. Windows color (decimal): -15625204 or 824337. OLE color: 824337.

HSL color Cylindrical-coordinate representation of color #11940C: hue angle of 117.79º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11940C is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 12 -
CMYK 0.89 0 0.92 0.42
HSL 117.79º 0.85% 0.31% -
HSV(B) 117.79º 0.92% 0.58% -
XYZ 10.89 21.33 3.89 -
YUV 93.33 82.1 73.56 -
System Red Green Blue C M Y K H S L
Decimal 17 148 12 0.89 0 0.92 0.42 117.79 0.85 0.31
Hex 11 94 C 59 0 5C 2A 76 55 1F
Octal 21 224 14 131 0 134 52 166 125 37
Binary 10001 10010100 1100 1011001 0 1011100 101010 1110110 1010101 11111

Color Harmonies of #11940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11940C

Black with #11940C

Text Example


Text Example

White with #11940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11940C; }

 p { color: rgb(17,148,12); }

 H1.HeaderClassName
 {
   color: #11940C;
 }
 .AnyTagClassName
 {
   color: #11940C;
 }
</style>

background-color css

<style>
 a { background-color: #11940C; }

 a { background-color: rgb(17,148,12); }

 div.DivClassName
 {
   background-color: #11940C;
 }
 .BgClassName
 {
   background-color: #11940C;
 }
</style>

border-color css

<style>
 span { border-color: #11940C; }

 span { border-color: rgb(17,148,12); }

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