Html Css Color HEX #11940B Islamic Green

📋 copy color: '#11940B'

red 17 ◦ green 148 ◦ blue 11

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

Shades of Islamic Green #11940B

Tints of Islamic Green #11940B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.25%

R = 9.66%
G = 84.09%
B = 6.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#11940B (or 0x11940B) is known color: Islamic Green. HEX triplet: 11, 94 and 0B. RGB value is (17,148,11). Sum of RGB (Red+Green+Blue) = 17+148+11=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 148 (58.20% from 255 or 84.09% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 148 - color contains mainly: green. Hex color #11940B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11940B is #EE6BF4. Grayscale: #5D5D5D. Windows color (decimal): -15625205 or 758801. OLE color: 758801.

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

Color convert

RGB 17 148 11 -
CMYK 0.89 0 0.93 0.42
HSL 117.37º 0.86% 0.31% -
HSV(B) 117.37º 0.93% 0.58% -
XYZ 10.88 21.32 3.86 -
YUV 93.21 81.6 73.64 -
System Red Green Blue C M Y K H S L
Decimal 17 148 11 0.89 0 0.93 0.42 117.37 0.86 0.31
Hex 11 94 B 59 0 5D 2A 75 56 1F
Octal 21 224 13 131 0 135 52 165 126 37
Binary 10001 10010100 1011 1011001 0 1011101 101010 1110101 1010110 11111

Color Harmonies of #11940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11940B

Black with #11940B

Text Example


Text Example

White with #11940B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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