Html Css Color HEX #11A50C Islamic Green

📋 copy color: '#11A50C'

red 17 ◦ green 165 ◦ blue 12

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

Shades of Islamic Green #11A50C

Tints of Islamic Green #11A50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 85.05%

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

R = 8.76%
G = 85.05%
B = 6.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#11A50C (or 0x11A50C) is known color: Islamic Green. HEX triplet: 11, A5 and 0C. RGB value is (17,165,12). Sum of RGB (Red+Green+Blue) = 17+165+12=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 165 (64.84% from 255 or 85.05% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 165 - color contains mainly: green. Hex color #11A50C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A50C is #EE5AF3. Grayscale: #676767. Windows color (decimal): -15620852 or 828689. OLE color: 828689.

HSL color Cylindrical-coordinate representation of color #11A50C: hue angle of 118.04º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A50C is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 165 12 -
CMYK 0.90 0 0.93 0.35
HSL 118.04º 0.86% 0.35% -
HSV(B) 118.04º 0.93% 0.65% -
XYZ 13.75 27.06 4.85 -
YUV 103.31 76.47 66.44 -
System Red Green Blue C M Y K H S L
Decimal 17 165 12 0.90 0 0.93 0.35 118.04 0.86 0.35
Hex 11 A5 C 5A 0 5D 23 76 56 23
Octal 21 245 14 132 0 135 43 166 126 43
Binary 10001 10100101 1100 1011010 0 1011101 100011 1110110 1010110 100011

Color Harmonies of #11A50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A50C

Black with #11A50C

Text Example


Text Example

White with #11A50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A50C; }

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

 H1.HeaderClassName
 {
   color: #11A50C;
 }
 .AnyTagClassName
 {
   color: #11A50C;
 }
</style>

background-color css

<style>
 a { background-color: #11A50C; }

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

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

border-color css

<style>
 span { border-color: #11A50C; }

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

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