Html Css Color HEX #11A30C Islamic Green

📋 copy color: '#11A30C'

red 17 ◦ green 163 ◦ blue 12

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

Shades of Islamic Green #11A30C

Tints of Islamic Green #11A30C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 84.9%

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

R = 8.85%
G = 84.9%
B = 6.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#11A30C (or 0x11A30C) is known color: Islamic Green. HEX triplet: 11, A3 and 0C. RGB value is (17,163,12). Sum of RGB (Red+Green+Blue) = 17+163+12=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 163 (64.06% from 255 or 84.90% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 163 - color contains mainly: green. Hex color #11A30C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A30C is #EE5CF3. Grayscale: #666666. Windows color (decimal): -15621364 or 828177. OLE color: 828177.

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

Color convert

RGB 17 163 12 -
CMYK 0.90 0 0.93 0.36
HSL 118.01º 0.86% 0.34% -
HSV(B) 118.01º 0.93% 0.64% -
XYZ 13.39 26.34 4.73 -
YUV 102.13 77.13 67.28 -
System Red Green Blue C M Y K H S L
Decimal 17 163 12 0.90 0 0.93 0.36 118.01 0.86 0.34
Hex 11 A3 C 5A 0 5D 24 76 56 22
Octal 21 243 14 132 0 135 44 166 126 42
Binary 10001 10100011 1100 1011010 0 1011101 100100 1110110 1010110 100010

Color Harmonies of #11A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A30C

Black with #11A30C

Text Example


Text Example

White with #11A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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